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

models.cloudsearch-2013-01-01-intermediate.json Maven / Gradle / Ivy

Go to download

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

There is a newer version: 1.12.780
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" : "AmazonCloudSearchv2",
    "customSignerProvider" : null,
    "deprecatedSuppressions" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : {
      "DescribeDomains" : {
        "methodForms" : [ [ ] ]
      },
      "ListDomainNames" : {
        "methodForms" : [ [ ] ]
      }
    },
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "transformDirectory" : "transform",
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true
  },
  "metadata" : {
    "apiVersion" : "2013-01-01",
    "asyncClient" : "AmazonCloudSearchAsyncClient",
    "asyncClientBuilderClassName" : "AmazonCloudSearchAsyncClientBuilder",
    "asyncInterface" : "AmazonCloudSearchAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : null,
    "cucumberModuleInjectorClassName" : "AmazonCloudSearchModuleInjector",
    "defaultEndpoint" : "https://cloudsearch.us-east-1.amazonaws.com/",
    "defaultEndpointWithoutHttpProtocol" : "cloudsearch.us-east-1.amazonaws.com/",
    "defaultRegion" : null,
    "documentation" : "Amazon CloudSearch Configuration Service 

You use the Amazon CloudSearch configuration service to create, configure, and manage search domains. Configuration service requests are submitted using the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.

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

", "endpointPrefix" : "cloudsearch", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : false, "jsonVersion" : null, "packageName" : "com.amazonaws.services.cloudsearchv2", "packagePath" : "com/amazonaws/services/cloudsearchv2", "protocol" : "query", "protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller", "protocolFactory" : null, "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "requiresApiKey" : false, "requiresIamSigners" : false, "serviceAbbreviation" : null, "serviceFullName" : "Amazon CloudSearch", "serviceName" : "Amazon CloudSearch", "signingName" : "cloudsearch", "smokeTestsPackageName" : "com.amazonaws.services.cloudsearchv2.smoketests", "syncClient" : "AmazonCloudSearchClient", "syncClientBuilderClassName" : "AmazonCloudSearchClientBuilder", "syncInterface" : "AmazonCloudSearch", "uid" : null, "unmarshallerClassSuffix" : "StaxUnmarshaller", "unmarshallerContextClassName" : "StaxUnmarshallerContext", "xmlProtocol" : true }, "operations" : { "BuildSuggesters" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "BuildSuggestersResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Indexes the search suggestions. For more information, see Configuring Suggesters in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "BuildSuggestersRequest", "variableName" : "buildSuggestersRequest", "variableType" : "BuildSuggestersRequest", "documentation" : "

Container for the parameters to the BuildSuggester operation. Specifies the name of the domain you want to update.

", "simpleType" : "BuildSuggestersRequest", "variableSetterType" : "BuildSuggestersRequest" }, "inputStreamPropertyName" : null, "methodName" : "buildSuggesters", "operationName" : "BuildSuggesters", "returnType" : { "returnType" : "BuildSuggestersResult", "documentation" : "

The result of a BuildSuggester request. Contains a list of the fields used for suggestions.

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

Creates a new search domain. For more information, see Creating a Search Domain in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because a resource limit has already been met.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "CreateDomainRequest", "variableName" : "createDomainRequest", "variableType" : "CreateDomainRequest", "documentation" : "

Container for the parameters to the CreateDomain operation. Specifies a name for the new search domain.

", "simpleType" : "CreateDomainRequest", "variableSetterType" : "CreateDomainRequest" }, "inputStreamPropertyName" : null, "methodName" : "createDomain", "operationName" : "CreateDomain", "returnType" : { "returnType" : "CreateDomainResult", "documentation" : "

The result of a CreateDomainRequest. Contains the status of a newly created domain.

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

Configures an analysis scheme that can be applied to a text or text-array field to define language-specific text processing options. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because a resource limit has already been met.

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

The request was rejected because it specified an invalid type definition.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DefineAnalysisSchemeRequest", "variableName" : "defineAnalysisSchemeRequest", "variableType" : "DefineAnalysisSchemeRequest", "documentation" : "

Container for the parameters to the DefineAnalysisScheme operation. Specifies the name of the domain you want to update and the analysis scheme configuration.

", "simpleType" : "DefineAnalysisSchemeRequest", "variableSetterType" : "DefineAnalysisSchemeRequest" }, "inputStreamPropertyName" : null, "methodName" : "defineAnalysisScheme", "operationName" : "DefineAnalysisScheme", "returnType" : { "returnType" : "DefineAnalysisSchemeResult", "documentation" : "

The result of a DefineAnalysisScheme request. Contains the status of the newly-configured analysis scheme.

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

Configures an Expression for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because a resource limit has already been met.

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

The request was rejected because it specified an invalid type definition.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DefineExpressionRequest", "variableName" : "defineExpressionRequest", "variableType" : "DefineExpressionRequest", "documentation" : "

Container for the parameters to the DefineExpression operation. Specifies the name of the domain you want to update and the expression you want to configure.

", "simpleType" : "DefineExpressionRequest", "variableSetterType" : "DefineExpressionRequest" }, "inputStreamPropertyName" : null, "methodName" : "defineExpression", "operationName" : "DefineExpression", "returnType" : { "returnType" : "DefineExpressionResult", "documentation" : "

The result of a DefineExpression request. Contains the status of the newly-configured expression.

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

Configures an IndexField for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the IndexFieldType. If the field exists, the new configuration replaces the old one. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because a resource limit has already been met.

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

The request was rejected because it specified an invalid type definition.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DefineIndexFieldRequest", "variableName" : "defineIndexFieldRequest", "variableType" : "DefineIndexFieldRequest", "documentation" : "

Container for the parameters to the DefineIndexField operation. Specifies the name of the domain you want to update and the index field configuration.

", "simpleType" : "DefineIndexFieldRequest", "variableSetterType" : "DefineIndexFieldRequest" }, "inputStreamPropertyName" : null, "methodName" : "defineIndexField", "operationName" : "DefineIndexField", "returnType" : { "returnType" : "DefineIndexFieldResult", "documentation" : "

The result of a DefineIndexField request. Contains the status of the newly-configured index field.

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

Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because a resource limit has already been met.

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

The request was rejected because it specified an invalid type definition.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DefineSuggesterRequest", "variableName" : "defineSuggesterRequest", "variableType" : "DefineSuggesterRequest", "documentation" : "

Container for the parameters to the DefineSuggester operation. Specifies the name of the domain you want to update and the suggester configuration.

", "simpleType" : "DefineSuggesterRequest", "variableSetterType" : "DefineSuggesterRequest" }, "inputStreamPropertyName" : null, "methodName" : "defineSuggester", "operationName" : "DefineSuggester", "returnType" : { "returnType" : "DefineSuggesterResult", "documentation" : "

The result of a DefineSuggester request. Contains the status of the newly-configured suggester.

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

Deletes an analysis scheme. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it specified an invalid type definition.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteAnalysisSchemeRequest", "variableName" : "deleteAnalysisSchemeRequest", "variableType" : "DeleteAnalysisSchemeRequest", "documentation" : "

Container for the parameters to the DeleteAnalysisScheme operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete.

", "simpleType" : "DeleteAnalysisSchemeRequest", "variableSetterType" : "DeleteAnalysisSchemeRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteAnalysisScheme", "operationName" : "DeleteAnalysisScheme", "returnType" : { "returnType" : "DeleteAnalysisSchemeResult", "documentation" : "

The result of a DeleteAnalysisScheme request. Contains the status of the deleted analysis scheme.

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

Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, see Deleting a Search Domain in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteDomainRequest", "variableName" : "deleteDomainRequest", "variableType" : "DeleteDomainRequest", "documentation" : "

Container for the parameters to the DeleteDomain operation. Specifies the name of the domain you want to delete.

", "simpleType" : "DeleteDomainRequest", "variableSetterType" : "DeleteDomainRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteDomain", "operationName" : "DeleteDomain", "returnType" : { "returnType" : "DeleteDomainResult", "documentation" : "

The result of a DeleteDomain request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.

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

Removes an Expression from the search domain. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it specified an invalid type definition.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteExpressionRequest", "variableName" : "deleteExpressionRequest", "variableType" : "DeleteExpressionRequest", "documentation" : "

Container for the parameters to the DeleteExpression operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.

", "simpleType" : "DeleteExpressionRequest", "variableSetterType" : "DeleteExpressionRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteExpression", "operationName" : "DeleteExpression", "returnType" : { "returnType" : "DeleteExpressionResult", "documentation" : "

The result of a DeleteExpression request. Specifies the expression being deleted.

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

Removes an IndexField from the search domain. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it specified an invalid type definition.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteIndexFieldRequest", "variableName" : "deleteIndexFieldRequest", "variableType" : "DeleteIndexFieldRequest", "documentation" : "

Container for the parameters to the DeleteIndexField operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.

", "simpleType" : "DeleteIndexFieldRequest", "variableSetterType" : "DeleteIndexFieldRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteIndexField", "operationName" : "DeleteIndexField", "returnType" : { "returnType" : "DeleteIndexFieldResult", "documentation" : "

The result of a DeleteIndexField request.

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

Deletes a suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it specified an invalid type definition.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteSuggesterRequest", "variableName" : "deleteSuggesterRequest", "variableType" : "DeleteSuggesterRequest", "documentation" : "

Container for the parameters to the DeleteSuggester operation. Specifies the name of the domain you want to update and name of the suggester you want to delete.

", "simpleType" : "DeleteSuggesterRequest", "variableSetterType" : "DeleteSuggesterRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteSuggester", "operationName" : "DeleteSuggester", "returnType" : { "returnType" : "DeleteSuggesterResult", "documentation" : "

The result of a DeleteSuggester request. Contains the status of the deleted suggester.

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

Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a text field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAnalysisSchemesRequest", "variableName" : "describeAnalysisSchemesRequest", "variableType" : "DescribeAnalysisSchemesRequest", "documentation" : "

Container for the parameters to the DescribeAnalysisSchemes operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "simpleType" : "DescribeAnalysisSchemesRequest", "variableSetterType" : "DescribeAnalysisSchemesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeAnalysisSchemes", "operationName" : "DescribeAnalysisSchemes", "returnType" : { "returnType" : "DescribeAnalysisSchemesResult", "documentation" : "

The result of a DescribeAnalysisSchemes request. Contains the analysis schemes configured for the domain specified in the request.

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

Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it specified an invalid type definition.

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

The request was rejected because a resource limit has already been met.

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

The request was rejected because it attempted to reference a resource that does not exist.

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

The request was rejected because it attempted an operation which is not enabled.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeAvailabilityOptionsRequest", "variableName" : "describeAvailabilityOptionsRequest", "variableType" : "DescribeAvailabilityOptionsRequest", "documentation" : "

Container for the parameters to the DescribeAvailabilityOptions operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "simpleType" : "DescribeAvailabilityOptionsRequest", "variableSetterType" : "DescribeAvailabilityOptionsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeAvailabilityOptions", "operationName" : "DescribeAvailabilityOptions", "returnType" : { "returnType" : "DescribeAvailabilityOptionsResult", "documentation" : "

The result of a DescribeAvailabilityOptions request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.

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

Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. To get the number of searchable documents in a domain, use the console or submit a matchall request to your domain's search endpoint: q=matchall&q.parser=structured&size=0. For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

", "httpStatusCode" : 500 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeDomainsRequest", "variableName" : "describeDomainsRequest", "variableType" : "DescribeDomainsRequest", "documentation" : "

Container for the parameters to the DescribeDomains operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.

", "simpleType" : "DescribeDomainsRequest", "variableSetterType" : "DescribeDomainsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeDomains", "operationName" : "DescribeDomains", "returnType" : { "returnType" : "DescribeDomainsResult", "documentation" : "

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

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

Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeExpressionsRequest", "variableName" : "describeExpressionsRequest", "variableType" : "DescribeExpressionsRequest", "documentation" : "

Container for the parameters to the DescribeDomains operation. Specifies the name of the domain you want to describe. To restrict the response to particular expressions, specify the names of the expressions you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "simpleType" : "DescribeExpressionsRequest", "variableSetterType" : "DescribeExpressionsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeExpressions", "operationName" : "DescribeExpressions", "returnType" : { "returnType" : "DescribeExpressionsResult", "documentation" : "

The result of a DescribeExpressions request. Contains the expressions configured for the domain specified in the request.

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

Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Getting Domain Information in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeIndexFieldsRequest", "variableName" : "describeIndexFieldsRequest", "variableType" : "DescribeIndexFieldsRequest", "documentation" : "

Container for the parameters to the DescribeIndexFields operation. Specifies the name of the domain you want to describe. To restrict the response to particular index fields, specify the names of the index fields you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "simpleType" : "DescribeIndexFieldsRequest", "variableSetterType" : "DescribeIndexFieldsRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeIndexFields", "operationName" : "DescribeIndexFields", "returnType" : { "returnType" : "DescribeIndexFieldsResult", "documentation" : "

The result of a DescribeIndexFields request. Contains the index fields configured for the domain specified in the request.

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

Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeScalingParametersRequest", "variableName" : "describeScalingParametersRequest", "variableType" : "DescribeScalingParametersRequest", "documentation" : "

Container for the parameters to the DescribeScalingParameters operation. Specifies the name of the domain you want to describe.

", "simpleType" : "DescribeScalingParametersRequest", "variableSetterType" : "DescribeScalingParametersRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeScalingParameters", "operationName" : "DescribeScalingParameters", "returnType" : { "returnType" : "DescribeScalingParametersResult", "documentation" : "

The result of a DescribeScalingParameters request. Contains the scaling parameters configured for the domain specified in the request.

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

Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeServiceAccessPoliciesRequest", "variableName" : "describeServiceAccessPoliciesRequest", "variableType" : "DescribeServiceAccessPoliciesRequest", "documentation" : "

Container for the parameters to the DescribeServiceAccessPolicies operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "simpleType" : "DescribeServiceAccessPoliciesRequest", "variableSetterType" : "DescribeServiceAccessPoliciesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeServiceAccessPolicies", "operationName" : "DescribeServiceAccessPolicies", "returnType" : { "returnType" : "DescribeServiceAccessPoliciesResult", "documentation" : "

The result of a DescribeServiceAccessPolicies request.

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

Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeSuggestersRequest", "variableName" : "describeSuggestersRequest", "variableType" : "DescribeSuggestersRequest", "documentation" : "

Container for the parameters to the DescribeSuggester operation. Specifies the name of the domain you want to describe. To restrict the response to particular suggesters, specify the names of the suggesters you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "simpleType" : "DescribeSuggestersRequest", "variableSetterType" : "DescribeSuggestersRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeSuggesters", "operationName" : "DescribeSuggesters", "returnType" : { "returnType" : "DescribeSuggestersResult", "documentation" : "

The result of a DescribeSuggesters request.

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

Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose OptionStatus is RequiresIndexDocuments.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it attempted to reference a resource that does not exist.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "IndexDocumentsRequest", "variableName" : "indexDocumentsRequest", "variableType" : "IndexDocumentsRequest", "documentation" : "

Container for the parameters to the IndexDocuments operation. Specifies the name of the domain you want to re-index.

", "simpleType" : "IndexDocumentsRequest", "variableSetterType" : "IndexDocumentsRequest" }, "inputStreamPropertyName" : null, "methodName" : "indexDocuments", "operationName" : "IndexDocuments", "returnType" : { "returnType" : "IndexDocumentsResult", "documentation" : "

The result of an IndexDocuments request. Contains the status of the indexing operation, including the fields being indexed.

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

Lists all search domains owned by an account.

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

An error occurred while processing the request.

", "httpStatusCode" : null } ], "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 request. Contains a list of the domains owned by an account.

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

Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because it specified an invalid type definition.

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

The request was rejected because a resource limit has already been met.

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

The request was rejected because it attempted to reference a resource that does not exist.

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

The request was rejected because it attempted an operation which is not enabled.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateAvailabilityOptionsRequest", "variableName" : "updateAvailabilityOptionsRequest", "variableType" : "UpdateAvailabilityOptionsRequest", "documentation" : "

Container for the parameters to the UpdateAvailabilityOptions operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.

", "simpleType" : "UpdateAvailabilityOptionsRequest", "variableSetterType" : "UpdateAvailabilityOptionsRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateAvailabilityOptions", "operationName" : "UpdateAvailabilityOptions", "returnType" : { "returnType" : "UpdateAvailabilityOptionsResult", "documentation" : "

The result of a UpdateAvailabilityOptions request. Contains the status of the domain's availability options.

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

Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because a resource limit has already been met.

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

The request was rejected because it attempted to reference a resource that does not exist.

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

The request was rejected because it specified an invalid type definition.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateScalingParametersRequest", "variableName" : "updateScalingParametersRequest", "variableType" : "UpdateScalingParametersRequest", "documentation" : "

Container for the parameters to the UpdateScalingParameters operation. Specifies the name of the domain you want to update and the scaling parameters you want to configure.

", "simpleType" : "UpdateScalingParametersRequest", "variableSetterType" : "UpdateScalingParametersRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateScalingParameters", "operationName" : "UpdateScalingParameters", "returnType" : { "returnType" : "UpdateScalingParametersResult", "documentation" : "

The result of a UpdateScalingParameters request. Contains the status of the newly-configured scaling parameters.

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

Configures the access rules that control access to the domain's document and search endpoints. For more information, see Configuring Access for an Amazon CloudSearch Domain.

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

An error occurred while processing the request.

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

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

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

The request was rejected because a resource limit has already been met.

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

The request was rejected because it attempted to reference a resource that does not exist.

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

The request was rejected because it specified an invalid type definition.

", "httpStatusCode" : 409 } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "UpdateServiceAccessPoliciesRequest", "variableName" : "updateServiceAccessPoliciesRequest", "variableType" : "UpdateServiceAccessPoliciesRequest", "documentation" : "

Container for the parameters to the UpdateServiceAccessPolicies operation. Specifies the name of the domain you want to update and the access rules you want to configure.

", "simpleType" : "UpdateServiceAccessPoliciesRequest", "variableSetterType" : "UpdateServiceAccessPoliciesRequest" }, "inputStreamPropertyName" : null, "methodName" : "updateServiceAccessPolicies", "operationName" : "UpdateServiceAccessPolicies", "returnType" : { "returnType" : "UpdateServiceAccessPoliciesResult", "documentation" : "

The result of an UpdateServiceAccessPolicies request. Contains the new access policies.

" }, "syncReturnType" : "UpdateServiceAccessPoliciesResult" } }, "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" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param options */", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "options", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "options", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "PolicyDocument", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param options */", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "options", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "options", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : 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 }, "AlgorithmicStemming" : { "c2jName" : "AlgorithmicStemming", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "None", "value" : "none" }, { "name" : "Minimal", "value" : "minimal" }, { "name" : "Light", "value" : "light" }, { "name" : "Full", "value" : "full" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AlgorithmicStemming", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AlgorithmicStemming", "variableName" : "algorithmicStemming", "variableType" : "AlgorithmicStemming", "documentation" : null, "simpleType" : "AlgorithmicStemming", "variableSetterType" : "AlgorithmicStemming" }, "wrapper" : false }, "AnalysisOptions" : { "c2jName" : "AnalysisOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.

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

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

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

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSynonyms", "getterDocumentation" : "/**

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

\n@return A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.*/", "getterMethodName" : "getSynonyms", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Synonyms", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Synonyms", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Synonyms", "setterDocumentation" : "/**

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.*/", "setterMethodName" : "setSynonyms", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "synonyms", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "synonyms", "variableType" : "String", "documentation" : "

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

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

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

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

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStopwords", "getterDocumentation" : "/**

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

\n@return A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.*/", "getterMethodName" : "getStopwords", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Stopwords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Stopwords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Stopwords", "setterDocumentation" : "/**

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.*/", "setterMethodName" : "setStopwords", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stopwords", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stopwords", "variableType" : "String", "documentation" : "

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

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

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

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

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStemmingDictionary", "getterDocumentation" : "/**

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

\n@return A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.*/", "getterMethodName" : "getStemmingDictionary", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StemmingDictionary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StemmingDictionary", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StemmingDictionary", "setterDocumentation" : "/**

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.*/", "setterMethodName" : "setStemmingDictionary", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stemmingDictionary", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stemmingDictionary", "variableType" : "String", "documentation" : "

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

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

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

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

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withJapaneseTokenizationDictionary", "getterDocumentation" : "/**

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

\n@return A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.*/", "getterMethodName" : "getJapaneseTokenizationDictionary", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "JapaneseTokenizationDictionary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JapaneseTokenizationDictionary", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "JapaneseTokenizationDictionary", "setterDocumentation" : "/**

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.*/", "setterMethodName" : "setJapaneseTokenizationDictionary", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "japaneseTokenizationDictionary", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "japaneseTokenizationDictionary", "variableType" : "String", "documentation" : "

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

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

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

", "enumType" : "AlgorithmicStemming", "fluentSetterDocumentation" : "/**

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

\n@param algorithmicStemming The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming*/", "fluentSetterMethodName" : "withAlgorithmicStemming", "getterDocumentation" : "/**

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

\n@return The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming*/", "getterMethodName" : "getAlgorithmicStemming", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AlgorithmicStemming", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlgorithmicStemming", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AlgorithmicStemming", "setterDocumentation" : "/**

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

\n@param algorithmicStemming The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming*/", "setterMethodName" : "setAlgorithmicStemming", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "algorithmicStemming", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

\n@param algorithmicStemming The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "algorithmicStemming", "variableType" : "String", "documentation" : "

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

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

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

", "enumType" : "AlgorithmicStemming", "fluentSetterDocumentation" : "/**

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

\n@param algorithmicStemming The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming*/", "fluentSetterMethodName" : "withAlgorithmicStemming", "getterDocumentation" : "/**

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

\n@return The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming*/", "getterMethodName" : "getAlgorithmicStemming", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AlgorithmicStemming", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AlgorithmicStemming", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AlgorithmicStemming", "setterDocumentation" : "/**

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

\n@param algorithmicStemming The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming*/", "setterMethodName" : "setAlgorithmicStemming", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "algorithmicStemming", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

\n@param algorithmicStemming The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "algorithmicStemming", "variableType" : "String", "documentation" : "

The level of algorithmic stemming to perform: none, minimal, light, or full. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide

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

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

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

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withJapaneseTokenizationDictionary", "getterDocumentation" : "/**

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

\n@return A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.*/", "getterMethodName" : "getJapaneseTokenizationDictionary", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "JapaneseTokenizationDictionary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "JapaneseTokenizationDictionary", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "JapaneseTokenizationDictionary", "setterDocumentation" : "/**

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.*/", "setterMethodName" : "setJapaneseTokenizationDictionary", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "japaneseTokenizationDictionary", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "japaneseTokenizationDictionary", "variableType" : "String", "documentation" : "

A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.

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

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

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

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStemmingDictionary", "getterDocumentation" : "/**

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

\n@return A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.*/", "getterMethodName" : "getStemmingDictionary", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "StemmingDictionary", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "StemmingDictionary", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "StemmingDictionary", "setterDocumentation" : "/**

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.*/", "setterMethodName" : "setStemmingDictionary", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stemmingDictionary", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stemmingDictionary", "variableType" : "String", "documentation" : "

A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.

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

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

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

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStopwords", "getterDocumentation" : "/**

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

\n@return A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.*/", "getterMethodName" : "getStopwords", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Stopwords", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Stopwords", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Stopwords", "setterDocumentation" : "/**

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.*/", "setterMethodName" : "setStopwords", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "stopwords", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "stopwords", "variableType" : "String", "documentation" : "

A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.

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

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

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

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSynonyms", "getterDocumentation" : "/**

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

\n@return A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.*/", "getterMethodName" : "getSynonyms", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Synonyms", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Synonyms", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Synonyms", "setterDocumentation" : "/**

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.*/", "setterMethodName" : "setSynonyms", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "synonyms", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "synonyms", "variableType" : "String", "documentation" : "

A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AnalysisOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AnalysisOptions", "variableName" : "analysisOptions", "variableType" : "AnalysisOptions", "documentation" : null, "simpleType" : "AnalysisOptions", "variableSetterType" : "AnalysisOptions" }, "wrapper" : false }, "AnalysisScheme" : { "c2jName" : "AnalysisScheme", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, JapaneseTokenizationDictionary and AlgorithmicStemming.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AnalysisSchemeName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param analysisSchemeName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisSchemeName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getAnalysisSchemeName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisSchemeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisSchemeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisSchemeName", "setterDocumentation" : "/**\n@param analysisSchemeName */", "setterMethodName" : "setAnalysisSchemeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param analysisSchemeName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AnalysisSchemeLanguage", "c2jShape" : "AnalysisSchemeLanguage", "deprecated" : false, "documentation" : "", "enumType" : "AnalysisSchemeLanguage", "fluentSetterDocumentation" : "/**\n@param analysisSchemeLanguage \n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage*/", "fluentSetterMethodName" : "withAnalysisSchemeLanguage", "getterDocumentation" : "/**\n@return \n@see AnalysisSchemeLanguage*/", "getterMethodName" : "getAnalysisSchemeLanguage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisSchemeLanguage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisSchemeLanguage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisSchemeLanguage", "setterDocumentation" : "/**\n@param analysisSchemeLanguage \n@see AnalysisSchemeLanguage*/", "setterMethodName" : "setAnalysisSchemeLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeLanguage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param analysisSchemeLanguage \n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeLanguage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AnalysisOptions", "c2jShape" : "AnalysisOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param analysisOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getAnalysisOptions", "getterModel" : { "returnType" : "AnalysisOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisOptions", "setterDocumentation" : "/**\n@param analysisOptions */", "setterMethodName" : "setAnalysisOptions", "setterModel" : { "variableDeclarationType" : "AnalysisOptions", "variableName" : "analysisOptions", "variableType" : "AnalysisOptions", "documentation" : "", "simpleType" : "AnalysisOptions", "variableSetterType" : "AnalysisOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param analysisOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisOptions", "variableName" : "analysisOptions", "variableType" : "AnalysisOptions", "documentation" : "", "simpleType" : "AnalysisOptions", "variableSetterType" : "AnalysisOptions" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AnalysisOptions" : { "c2jName" : "AnalysisOptions", "c2jShape" : "AnalysisOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param analysisOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getAnalysisOptions", "getterModel" : { "returnType" : "AnalysisOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisOptions", "setterDocumentation" : "/**\n@param analysisOptions */", "setterMethodName" : "setAnalysisOptions", "setterModel" : { "variableDeclarationType" : "AnalysisOptions", "variableName" : "analysisOptions", "variableType" : "AnalysisOptions", "documentation" : "", "simpleType" : "AnalysisOptions", "variableSetterType" : "AnalysisOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param analysisOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisOptions", "variableName" : "analysisOptions", "variableType" : "AnalysisOptions", "documentation" : "", "simpleType" : "AnalysisOptions", "variableSetterType" : "AnalysisOptions" }, "xmlNameSpaceUri" : null }, "AnalysisSchemeLanguage" : { "c2jName" : "AnalysisSchemeLanguage", "c2jShape" : "AnalysisSchemeLanguage", "deprecated" : false, "documentation" : "", "enumType" : "AnalysisSchemeLanguage", "fluentSetterDocumentation" : "/**\n@param analysisSchemeLanguage \n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage*/", "fluentSetterMethodName" : "withAnalysisSchemeLanguage", "getterDocumentation" : "/**\n@return \n@see AnalysisSchemeLanguage*/", "getterMethodName" : "getAnalysisSchemeLanguage", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisSchemeLanguage", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisSchemeLanguage", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisSchemeLanguage", "setterDocumentation" : "/**\n@param analysisSchemeLanguage \n@see AnalysisSchemeLanguage*/", "setterMethodName" : "setAnalysisSchemeLanguage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeLanguage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param analysisSchemeLanguage \n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeLanguage", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "AnalysisSchemeName" : { "c2jName" : "AnalysisSchemeName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param analysisSchemeName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisSchemeName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getAnalysisSchemeName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisSchemeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisSchemeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisSchemeName", "setterDocumentation" : "/**\n@param analysisSchemeName */", "setterMethodName" : "setAnalysisSchemeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param analysisSchemeName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AnalysisSchemeName", "AnalysisSchemeLanguage" ], "shapeName" : "AnalysisScheme", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AnalysisScheme", "variableName" : "analysisScheme", "variableType" : "AnalysisScheme", "documentation" : null, "simpleType" : "AnalysisScheme", "variableSetterType" : "AnalysisScheme" }, "wrapper" : false }, "AnalysisSchemeLanguage" : { "c2jName" : "AnalysisSchemeLanguage", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An IETF RFC 4646 language code or mul for multiple languages.

", "enums" : [ { "name" : "Ar", "value" : "ar" }, { "name" : "Bg", "value" : "bg" }, { "name" : "Ca", "value" : "ca" }, { "name" : "Cs", "value" : "cs" }, { "name" : "Da", "value" : "da" }, { "name" : "De", "value" : "de" }, { "name" : "El", "value" : "el" }, { "name" : "En", "value" : "en" }, { "name" : "Es", "value" : "es" }, { "name" : "Eu", "value" : "eu" }, { "name" : "Fa", "value" : "fa" }, { "name" : "Fi", "value" : "fi" }, { "name" : "Fr", "value" : "fr" }, { "name" : "Ga", "value" : "ga" }, { "name" : "Gl", "value" : "gl" }, { "name" : "He", "value" : "he" }, { "name" : "Hi", "value" : "hi" }, { "name" : "Hu", "value" : "hu" }, { "name" : "Hy", "value" : "hy" }, { "name" : "Id", "value" : "id" }, { "name" : "It", "value" : "it" }, { "name" : "Ja", "value" : "ja" }, { "name" : "Ko", "value" : "ko" }, { "name" : "Lv", "value" : "lv" }, { "name" : "Mul", "value" : "mul" }, { "name" : "Nl", "value" : "nl" }, { "name" : "No", "value" : "no" }, { "name" : "Pt", "value" : "pt" }, { "name" : "Ro", "value" : "ro" }, { "name" : "Ru", "value" : "ru" }, { "name" : "Sv", "value" : "sv" }, { "name" : "Th", "value" : "th" }, { "name" : "Tr", "value" : "tr" }, { "name" : "ZhHans", "value" : "zh-Hans" }, { "name" : "ZhHant", "value" : "zh-Hant" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "AnalysisSchemeLanguage", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AnalysisSchemeLanguage", "variableName" : "analysisSchemeLanguage", "variableType" : "AnalysisSchemeLanguage", "documentation" : null, "simpleType" : "AnalysisSchemeLanguage", "variableSetterType" : "AnalysisSchemeLanguage" }, "wrapper" : false }, "AnalysisSchemeStatus" : { "c2jName" : "AnalysisSchemeStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The status and configuration of an AnalysisScheme.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Options", "c2jShape" : "AnalysisScheme", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "AnalysisScheme", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param options */", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "AnalysisScheme", "variableName" : "options", "variableType" : "AnalysisScheme", "documentation" : "", "simpleType" : "AnalysisScheme", "variableSetterType" : "AnalysisScheme" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisScheme", "variableName" : "options", "variableType" : "AnalysisScheme", "documentation" : "", "simpleType" : "AnalysisScheme", "variableSetterType" : "AnalysisScheme" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "AnalysisScheme", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "AnalysisScheme", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param options */", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "AnalysisScheme", "variableName" : "options", "variableType" : "AnalysisScheme", "documentation" : "", "simpleType" : "AnalysisScheme", "variableSetterType" : "AnalysisScheme" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisScheme", "variableName" : "options", "variableType" : "AnalysisScheme", "documentation" : "", "simpleType" : "AnalysisScheme", "variableSetterType" : "AnalysisScheme" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Options", "Status" ], "shapeName" : "AnalysisSchemeStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "analysisSchemeStatus", "variableType" : "AnalysisSchemeStatus", "documentation" : null, "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "wrapper" : false }, "AvailabilityOptionsStatus" : { "c2jName" : "AvailabilityOptionsStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The status and configuration of the domain's availability options.

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

The availability options configured for the domain.

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

The availability options configured for the domain.

\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**

The availability options configured for the domain.

\n@return The availability options configured for the domain.*/", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 availability options configured for the domain.

\n@param options The availability options configured for the domain.*/", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "options", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

The availability options configured for the domain.

\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "options", "variableType" : "Boolean", "documentation" : "

The availability options configured for the domain.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "MultiAZ", "deprecated" : false, "documentation" : "

The availability options configured for the domain.

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

The availability options configured for the domain.

\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**

The availability options configured for the domain.

\n@return The availability options configured for the domain.*/", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 availability options configured for the domain.

\n@param options The availability options configured for the domain.*/", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "options", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

The availability options configured for the domain.

\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "options", "variableType" : "Boolean", "documentation" : "

The availability options configured for the domain.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Options", "Status" ], "shapeName" : "AvailabilityOptionsStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "AvailabilityOptionsStatus", "variableName" : "availabilityOptionsStatus", "variableType" : "AvailabilityOptionsStatus", "documentation" : null, "simpleType" : "AvailabilityOptionsStatus", "variableSetterType" : "AvailabilityOptionsStatus" }, "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" : [ { "c2jName" : "Code", "c2jShape" : "ErrorCode", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCode", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Code", "setterDocumentation" : "/**\n@param code */", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Code" : { "c2jName" : "Code", "c2jShape" : "ErrorCode", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCode", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getCode", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Code", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Code", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Code", "setterDocumentation" : "/**\n@param code */", "setterMethodName" : "setCode", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "code", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BaseException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BaseException", "variableName" : "baseException", "variableType" : "BaseException", "documentation" : null, "simpleType" : "BaseException", "variableSetterType" : "BaseException" }, "wrapper" : false }, "BuildSuggestersRequest" : { "c2jName" : "BuildSuggestersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the BuildSuggester operation. Specifies the name of the domain you want to update.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "BuildSuggesters", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "BuildSuggestersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "BuildSuggestersRequest", "variableName" : "buildSuggestersRequest", "variableType" : "BuildSuggestersRequest", "documentation" : null, "simpleType" : "BuildSuggestersRequest", "variableSetterType" : "BuildSuggestersRequest" }, "wrapper" : false }, "BuildSuggestersResult" : { "c2jName" : "BuildSuggestersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a BuildSuggester request. Contains a list of the fields used for suggestions.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "FieldNames", "c2jShape" : "FieldNameList", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param fieldNames \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFieldNames", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getFieldNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FieldNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FieldNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FieldName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FieldNames", "setterDocumentation" : "/**\n@param fieldNames */", "setterMethodName" : "setFieldNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

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

\n@param fieldNames \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "FieldNames" : { "c2jName" : "FieldNames", "c2jShape" : "FieldNameList", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param fieldNames \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFieldNames", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getFieldNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FieldNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FieldNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FieldName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FieldNames", "setterDocumentation" : "/**\n@param fieldNames */", "setterMethodName" : "setFieldNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\n

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

\n@param fieldNames \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "BuildSuggestersResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "BuildSuggestersResult" }, "variable" : { "variableDeclarationType" : "BuildSuggestersResult", "variableName" : "buildSuggestersResult", "variableType" : "BuildSuggestersResult", "documentation" : null, "simpleType" : "BuildSuggestersResult", "variableSetterType" : "BuildSuggestersResult" }, "wrapper" : false }, "CreateDomainRequest" : { "c2jName" : "CreateDomainRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the CreateDomain operation. Specifies a name for the new search domain.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "CreateDomain", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

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

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

\n@return A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

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

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

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

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

\n@return A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "

A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "CreateDomainRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "CreateDomainRequest", "variableName" : "createDomainRequest", "variableType" : "CreateDomainRequest", "documentation" : null, "simpleType" : "CreateDomainRequest", "variableSetterType" : "CreateDomainRequest" }, "wrapper" : false }, "CreateDomainResult" : { "c2jName" : "CreateDomainResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a CreateDomainRequest. Contains the status of a newly created domain.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainStatus", "c2jShape" : "DomainStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainStatus", "getterModel" : { "returnType" : "DomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainStatus */", "setterMethodName" : "setDomainStatus", "setterModel" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainStatus" : { "c2jName" : "DomainStatus", "c2jShape" : "DomainStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainStatus", "getterModel" : { "returnType" : "DomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainStatus */", "setterMethodName" : "setDomainStatus", "setterModel" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "CreateDomainResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "CreateDomainResult" }, "variable" : { "variableDeclarationType" : "CreateDomainResult", "variableName" : "createDomainResult", "variableType" : "CreateDomainResult", "documentation" : null, "simpleType" : "CreateDomainResult", "variableSetterType" : "CreateDomainResult" }, "wrapper" : false }, "DateArrayOptions" : { "c2jName" : "DateArrayOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Options for a field that contains an array of dates. Present if IndexFieldType specifies the field is of type date-array. All options are enabled by default.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceFields", "c2jShape" : "FieldNameCommaList", "deprecated" : false, "documentation" : "

A list of source fields to map to the field.

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

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceFields", "getterDocumentation" : "/**

A list of source fields to map to the field.

\n@return A list of source fields to map to the field.*/", "getterMethodName" : "getSourceFields", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceFields", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceFields", "setterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.*/", "setterMethodName" : "setSourceFields", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "

A list of source fields to map to the field.

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

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FacetEnabled" : { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

A list of source fields to map to the field.

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

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceFields", "getterDocumentation" : "/**

A list of source fields to map to the field.

\n@return A list of source fields to map to the field.*/", "getterMethodName" : "getSourceFields", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceFields", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceFields", "setterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.*/", "setterMethodName" : "setSourceFields", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "

A list of source fields to map to the field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DateArrayOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : null, "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "wrapper" : false }, "DateOptions" : { "c2jName" : "DateOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Options for a date field. Dates and times are specified in UTC (Coordinated Universal Time) according to IETF RFC3339: yyyy-mm-ddT00:00:00Z. Present if IndexFieldType specifies the field is of type date. All options are enabled by default.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceField", "c2jShape" : "FieldName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**\n@param sourceField */", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the field can be used to sort the search results.

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

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

Whether the field can be used to sort the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FacetEnabled" : { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the field can be used to sort the search results.

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

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

Whether the field can be used to sort the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "SourceField" : { "c2jName" : "SourceField", "c2jShape" : "FieldName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**\n@param sourceField */", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DateOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : null, "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "wrapper" : false }, "DefineAnalysisSchemeRequest" : { "c2jName" : "DefineAnalysisSchemeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DefineAnalysisScheme operation. Specifies the name of the domain you want to update and the analysis scheme configuration.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DefineAnalysisScheme", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AnalysisScheme", "c2jShape" : "AnalysisScheme", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisScheme", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getAnalysisScheme", "getterModel" : { "returnType" : "AnalysisScheme", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisScheme", "setterDocumentation" : "/**\n@param analysisScheme */", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "AnalysisScheme", "variableName" : "analysisScheme", "variableType" : "AnalysisScheme", "documentation" : "", "simpleType" : "AnalysisScheme", "variableSetterType" : "AnalysisScheme" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisScheme", "variableName" : "analysisScheme", "variableType" : "AnalysisScheme", "documentation" : "", "simpleType" : "AnalysisScheme", "variableSetterType" : "AnalysisScheme" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AnalysisScheme" : { "c2jName" : "AnalysisScheme", "c2jShape" : "AnalysisScheme", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisScheme", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getAnalysisScheme", "getterModel" : { "returnType" : "AnalysisScheme", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisScheme", "setterDocumentation" : "/**\n@param analysisScheme */", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "AnalysisScheme", "variableName" : "analysisScheme", "variableType" : "AnalysisScheme", "documentation" : "", "simpleType" : "AnalysisScheme", "variableSetterType" : "AnalysisScheme" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisScheme", "variableName" : "analysisScheme", "variableType" : "AnalysisScheme", "documentation" : "", "simpleType" : "AnalysisScheme", "variableSetterType" : "AnalysisScheme" }, "xmlNameSpaceUri" : null }, "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "AnalysisScheme" ], "shapeName" : "DefineAnalysisSchemeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DefineAnalysisSchemeRequest", "variableName" : "defineAnalysisSchemeRequest", "variableType" : "DefineAnalysisSchemeRequest", "documentation" : null, "simpleType" : "DefineAnalysisSchemeRequest", "variableSetterType" : "DefineAnalysisSchemeRequest" }, "wrapper" : false }, "DefineAnalysisSchemeResult" : { "c2jName" : "DefineAnalysisSchemeResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DefineAnalysisScheme request. Contains the status of the newly-configured analysis scheme.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AnalysisScheme", "c2jShape" : "AnalysisSchemeStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisScheme", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getAnalysisScheme", "getterModel" : { "returnType" : "AnalysisSchemeStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisScheme", "setterDocumentation" : "/**\n@param analysisScheme */", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "analysisScheme", "variableType" : "AnalysisSchemeStatus", "documentation" : "", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "analysisScheme", "variableType" : "AnalysisSchemeStatus", "documentation" : "", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "AnalysisScheme" : { "c2jName" : "AnalysisScheme", "c2jShape" : "AnalysisSchemeStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisScheme", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getAnalysisScheme", "getterModel" : { "returnType" : "AnalysisSchemeStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisScheme", "setterDocumentation" : "/**\n@param analysisScheme */", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "analysisScheme", "variableType" : "AnalysisSchemeStatus", "documentation" : "", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "analysisScheme", "variableType" : "AnalysisSchemeStatus", "documentation" : "", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AnalysisScheme" ], "shapeName" : "DefineAnalysisSchemeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DefineAnalysisSchemeResult" }, "variable" : { "variableDeclarationType" : "DefineAnalysisSchemeResult", "variableName" : "defineAnalysisSchemeResult", "variableType" : "DefineAnalysisSchemeResult", "documentation" : null, "simpleType" : "DefineAnalysisSchemeResult", "variableSetterType" : "DefineAnalysisSchemeResult" }, "wrapper" : false }, "DefineExpressionRequest" : { "c2jName" : "DefineExpressionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DefineExpression operation. Specifies the name of the domain you want to update and the expression you want to configure.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DefineExpression", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Expression", "c2jShape" : "Expression", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpression", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getExpression", "getterModel" : { "returnType" : "Expression", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Expression", "setterDocumentation" : "/**\n@param expression */", "setterMethodName" : "setExpression", "setterModel" : { "variableDeclarationType" : "Expression", "variableName" : "expression", "variableType" : "Expression", "documentation" : "", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Expression", "variableName" : "expression", "variableType" : "Expression", "documentation" : "", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Expression" : { "c2jName" : "Expression", "c2jShape" : "Expression", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpression", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getExpression", "getterModel" : { "returnType" : "Expression", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Expression", "setterDocumentation" : "/**\n@param expression */", "setterMethodName" : "setExpression", "setterModel" : { "variableDeclarationType" : "Expression", "variableName" : "expression", "variableType" : "Expression", "documentation" : "", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Expression", "variableName" : "expression", "variableType" : "Expression", "documentation" : "", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "Expression" ], "shapeName" : "DefineExpressionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DefineExpressionRequest", "variableName" : "defineExpressionRequest", "variableType" : "DefineExpressionRequest", "documentation" : null, "simpleType" : "DefineExpressionRequest", "variableSetterType" : "DefineExpressionRequest" }, "wrapper" : false }, "DefineExpressionResult" : { "c2jName" : "DefineExpressionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DefineExpression request. Contains the status of the newly-configured expression.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Expression", "c2jShape" : "ExpressionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpression", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getExpression", "getterModel" : { "returnType" : "ExpressionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Expression", "setterDocumentation" : "/**\n@param expression */", "setterMethodName" : "setExpression", "setterModel" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "expression", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "expression", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Expression" : { "c2jName" : "Expression", "c2jShape" : "ExpressionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpression", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getExpression", "getterModel" : { "returnType" : "ExpressionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Expression", "setterDocumentation" : "/**\n@param expression */", "setterMethodName" : "setExpression", "setterModel" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "expression", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "expression", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Expression" ], "shapeName" : "DefineExpressionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DefineExpressionResult" }, "variable" : { "variableDeclarationType" : "DefineExpressionResult", "variableName" : "defineExpressionResult", "variableType" : "DefineExpressionResult", "documentation" : null, "simpleType" : "DefineExpressionResult", "variableSetterType" : "DefineExpressionResult" }, "wrapper" : false }, "DefineIndexFieldRequest" : { "c2jName" : "DefineIndexFieldRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DefineIndexField operation. Specifies the name of the domain you want to update and the index field configuration.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DefineIndexField", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IndexField", "c2jShape" : "IndexField", "deprecated" : false, "documentation" : "

The index field and field options you want to configure.

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

The index field and field options you want to configure.

\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexField", "getterDocumentation" : "/**

The index field and field options you want to configure.

\n@return The index field and field options you want to configure.*/", "getterMethodName" : "getIndexField", "getterModel" : { "returnType" : "IndexField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexField", "setterDocumentation" : "/**

The index field and field options you want to configure.

\n@param indexField The index field and field options you want to configure.*/", "setterMethodName" : "setIndexField", "setterModel" : { "variableDeclarationType" : "IndexField", "variableName" : "indexField", "variableType" : "IndexField", "documentation" : "", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "simple" : false, "varargSetterDocumentation" : "/**

The index field and field options you want to configure.

\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IndexField", "variableName" : "indexField", "variableType" : "IndexField", "documentation" : "

The index field and field options you want to configure.

", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexField" : { "c2jName" : "IndexField", "c2jShape" : "IndexField", "deprecated" : false, "documentation" : "

The index field and field options you want to configure.

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

The index field and field options you want to configure.

\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexField", "getterDocumentation" : "/**

The index field and field options you want to configure.

\n@return The index field and field options you want to configure.*/", "getterMethodName" : "getIndexField", "getterModel" : { "returnType" : "IndexField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexField", "setterDocumentation" : "/**

The index field and field options you want to configure.

\n@param indexField The index field and field options you want to configure.*/", "setterMethodName" : "setIndexField", "setterModel" : { "variableDeclarationType" : "IndexField", "variableName" : "indexField", "variableType" : "IndexField", "documentation" : "", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "simple" : false, "varargSetterDocumentation" : "/**

The index field and field options you want to configure.

\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IndexField", "variableName" : "indexField", "variableType" : "IndexField", "documentation" : "

The index field and field options you want to configure.

", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "IndexField" ], "shapeName" : "DefineIndexFieldRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DefineIndexFieldRequest", "variableName" : "defineIndexFieldRequest", "variableType" : "DefineIndexFieldRequest", "documentation" : null, "simpleType" : "DefineIndexFieldRequest", "variableSetterType" : "DefineIndexFieldRequest" }, "wrapper" : false }, "DefineIndexFieldResult" : { "c2jName" : "DefineIndexFieldResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DefineIndexField request. Contains the status of the newly-configured index field.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "IndexField", "c2jShape" : "IndexFieldStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param indexField \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexField", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getIndexField", "getterModel" : { "returnType" : "IndexFieldStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexField", "setterDocumentation" : "/**\n@param indexField */", "setterMethodName" : "setIndexField", "setterModel" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "indexField", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param indexField \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "indexField", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "IndexField" : { "c2jName" : "IndexField", "c2jShape" : "IndexFieldStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param indexField \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexField", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getIndexField", "getterModel" : { "returnType" : "IndexFieldStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexField", "setterDocumentation" : "/**\n@param indexField */", "setterMethodName" : "setIndexField", "setterModel" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "indexField", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param indexField \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "indexField", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexField" ], "shapeName" : "DefineIndexFieldResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DefineIndexFieldResult" }, "variable" : { "variableDeclarationType" : "DefineIndexFieldResult", "variableName" : "defineIndexFieldResult", "variableType" : "DefineIndexFieldResult", "documentation" : null, "simpleType" : "DefineIndexFieldResult", "variableSetterType" : "DefineIndexFieldResult" }, "wrapper" : false }, "DefineSuggesterRequest" : { "c2jName" : "DefineSuggesterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DefineSuggester operation. Specifies the name of the domain you want to update and the suggester configuration.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DefineSuggester", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Suggester", "c2jShape" : "Suggester", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggester", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSuggester", "getterModel" : { "returnType" : "Suggester", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Suggester", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Suggester", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Suggester", "setterDocumentation" : "/**\n@param suggester */", "setterMethodName" : "setSuggester", "setterModel" : { "variableDeclarationType" : "Suggester", "variableName" : "suggester", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Suggester", "variableName" : "suggester", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Suggester" : { "c2jName" : "Suggester", "c2jShape" : "Suggester", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggester", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSuggester", "getterModel" : { "returnType" : "Suggester", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Suggester", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Suggester", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Suggester", "setterDocumentation" : "/**\n@param suggester */", "setterMethodName" : "setSuggester", "setterModel" : { "variableDeclarationType" : "Suggester", "variableName" : "suggester", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Suggester", "variableName" : "suggester", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "Suggester" ], "shapeName" : "DefineSuggesterRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DefineSuggesterRequest", "variableName" : "defineSuggesterRequest", "variableType" : "DefineSuggesterRequest", "documentation" : null, "simpleType" : "DefineSuggesterRequest", "variableSetterType" : "DefineSuggesterRequest" }, "wrapper" : false }, "DefineSuggesterResult" : { "c2jName" : "DefineSuggesterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DefineSuggester request. Contains the status of the newly-configured suggester.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Suggester", "c2jShape" : "SuggesterStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggester", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSuggester", "getterModel" : { "returnType" : "SuggesterStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Suggester", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Suggester", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Suggester", "setterDocumentation" : "/**\n@param suggester */", "setterMethodName" : "setSuggester", "setterModel" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "suggester", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "suggester", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Suggester" : { "c2jName" : "Suggester", "c2jShape" : "SuggesterStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggester", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSuggester", "getterModel" : { "returnType" : "SuggesterStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Suggester", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Suggester", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Suggester", "setterDocumentation" : "/**\n@param suggester */", "setterMethodName" : "setSuggester", "setterModel" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "suggester", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "suggester", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Suggester" ], "shapeName" : "DefineSuggesterResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DefineSuggesterResult" }, "variable" : { "variableDeclarationType" : "DefineSuggesterResult", "variableName" : "defineSuggesterResult", "variableType" : "DefineSuggesterResult", "documentation" : null, "simpleType" : "DefineSuggesterResult", "variableSetterType" : "DefineSuggesterResult" }, "wrapper" : false }, "DeleteAnalysisSchemeRequest" : { "c2jName" : "DeleteAnalysisSchemeRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DeleteAnalysisScheme operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteAnalysisScheme", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AnalysisSchemeName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "

The name of the analysis scheme you want to delete.

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

The name of the analysis scheme you want to delete.

\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisSchemeName", "getterDocumentation" : "/**

The name of the analysis scheme you want to delete.

\n@return The name of the analysis scheme you want to delete.*/", "getterMethodName" : "getAnalysisSchemeName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisSchemeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisSchemeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisSchemeName", "setterDocumentation" : "/**

The name of the analysis scheme you want to delete.

\n@param analysisSchemeName The name of the analysis scheme you want to delete.*/", "setterMethodName" : "setAnalysisSchemeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the analysis scheme you want to delete.

\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeName", "variableType" : "String", "documentation" : "

The name of the analysis scheme you want to delete.

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

The name of the analysis scheme you want to delete.

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

The name of the analysis scheme you want to delete.

\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisSchemeName", "getterDocumentation" : "/**

The name of the analysis scheme you want to delete.

\n@return The name of the analysis scheme you want to delete.*/", "getterMethodName" : "getAnalysisSchemeName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisSchemeName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisSchemeName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisSchemeName", "setterDocumentation" : "/**

The name of the analysis scheme you want to delete.

\n@param analysisSchemeName The name of the analysis scheme you want to delete.*/", "setterMethodName" : "setAnalysisSchemeName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the analysis scheme you want to delete.

\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisSchemeName", "variableType" : "String", "documentation" : "

The name of the analysis scheme you want to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "AnalysisSchemeName" ], "shapeName" : "DeleteAnalysisSchemeRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteAnalysisSchemeRequest", "variableName" : "deleteAnalysisSchemeRequest", "variableType" : "DeleteAnalysisSchemeRequest", "documentation" : null, "simpleType" : "DeleteAnalysisSchemeRequest", "variableSetterType" : "DeleteAnalysisSchemeRequest" }, "wrapper" : false }, "DeleteAnalysisSchemeResult" : { "c2jName" : "DeleteAnalysisSchemeResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DeleteAnalysisScheme request. Contains the status of the deleted analysis scheme.

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

The status of the analysis scheme being deleted.

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

The status of the analysis scheme being deleted.

\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisScheme", "getterDocumentation" : "/**

The status of the analysis scheme being deleted.

\n@return The status of the analysis scheme being deleted.*/", "getterMethodName" : "getAnalysisScheme", "getterModel" : { "returnType" : "AnalysisSchemeStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisScheme", "setterDocumentation" : "/**

The status of the analysis scheme being deleted.

\n@param analysisScheme The status of the analysis scheme being deleted.*/", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "analysisScheme", "variableType" : "AnalysisSchemeStatus", "documentation" : "", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The status of the analysis scheme being deleted.

\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "analysisScheme", "variableType" : "AnalysisSchemeStatus", "documentation" : "

The status of the analysis scheme being deleted.

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

The status of the analysis scheme being deleted.

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

The status of the analysis scheme being deleted.

\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisScheme", "getterDocumentation" : "/**

The status of the analysis scheme being deleted.

\n@return The status of the analysis scheme being deleted.*/", "getterMethodName" : "getAnalysisScheme", "getterModel" : { "returnType" : "AnalysisSchemeStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisScheme", "setterDocumentation" : "/**

The status of the analysis scheme being deleted.

\n@param analysisScheme The status of the analysis scheme being deleted.*/", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "analysisScheme", "variableType" : "AnalysisSchemeStatus", "documentation" : "", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The status of the analysis scheme being deleted.

\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "analysisScheme", "variableType" : "AnalysisSchemeStatus", "documentation" : "

The status of the analysis scheme being deleted.

", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AnalysisScheme" ], "shapeName" : "DeleteAnalysisSchemeResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteAnalysisSchemeResult" }, "variable" : { "variableDeclarationType" : "DeleteAnalysisSchemeResult", "variableName" : "deleteAnalysisSchemeResult", "variableType" : "DeleteAnalysisSchemeResult", "documentation" : null, "simpleType" : "DeleteAnalysisSchemeResult", "variableSetterType" : "DeleteAnalysisSchemeResult" }, "wrapper" : false }, "DeleteDomainRequest" : { "c2jName" : "DeleteDomainRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DeleteDomain operation. Specifies the name of the domain you want to delete.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteDomain", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

The name of the domain you want to permanently delete.

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

The name of the domain you want to permanently delete.

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

The name of the domain you want to permanently delete.

\n@return The name of the domain you want to permanently delete.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to permanently delete.

\n@param domainName The name of the domain you want to permanently delete.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to permanently delete.

\n@param domainName The name of the domain 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 domain you want to permanently delete.

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

The name of the domain you want to permanently delete.

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

The name of the domain you want to permanently delete.

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

The name of the domain you want to permanently delete.

\n@return The name of the domain you want to permanently delete.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to permanently delete.

\n@param domainName The name of the domain you want to permanently delete.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to permanently delete.

\n@param domainName The name of the domain 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 domain you want to permanently delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "DeleteDomainRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteDomainRequest", "variableName" : "deleteDomainRequest", "variableType" : "DeleteDomainRequest", "documentation" : null, "simpleType" : "DeleteDomainRequest", "variableSetterType" : "DeleteDomainRequest" }, "wrapper" : false }, "DeleteDomainResult" : { "c2jName" : "DeleteDomainResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DeleteDomain request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainStatus", "c2jShape" : "DomainStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainStatus", "getterModel" : { "returnType" : "DomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainStatus */", "setterMethodName" : "setDomainStatus", "setterModel" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainStatus" : { "c2jName" : "DomainStatus", "c2jShape" : "DomainStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainStatus", "getterModel" : { "returnType" : "DomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainStatus */", "setterMethodName" : "setDomainStatus", "setterModel" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DeleteDomainResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteDomainResult" }, "variable" : { "variableDeclarationType" : "DeleteDomainResult", "variableName" : "deleteDomainResult", "variableType" : "DeleteDomainResult", "documentation" : null, "simpleType" : "DeleteDomainResult", "variableSetterType" : "DeleteDomainResult" }, "wrapper" : false }, "DeleteExpressionRequest" : { "c2jName" : "DeleteExpressionRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DeleteExpression operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteExpression", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "

The name of the Expression to delete.

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

The name of the Expression to delete.

\n@param expressionName The name of the Expression to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionName", "getterDocumentation" : "/**

The name of the Expression to delete.

\n@return The name of the Expression to delete.*/", "getterMethodName" : "getExpressionName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExpressionName", "setterDocumentation" : "/**

The name of the Expression to delete.

\n@param expressionName The name of the Expression to delete.*/", "setterMethodName" : "setExpressionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expressionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Expression to delete.

\n@param expressionName The name of the Expression to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "expressionName", "variableType" : "String", "documentation" : "

The name of the Expression to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExpressionName" : { "c2jName" : "ExpressionName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "

The name of the Expression to delete.

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

The name of the Expression to delete.

\n@param expressionName The name of the Expression to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionName", "getterDocumentation" : "/**

The name of the Expression to delete.

\n@return The name of the Expression to delete.*/", "getterMethodName" : "getExpressionName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExpressionName", "setterDocumentation" : "/**

The name of the Expression to delete.

\n@param expressionName The name of the Expression to delete.*/", "setterMethodName" : "setExpressionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expressionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the Expression to delete.

\n@param expressionName The name of the Expression to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "expressionName", "variableType" : "String", "documentation" : "

The name of the Expression to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "ExpressionName" ], "shapeName" : "DeleteExpressionRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteExpressionRequest", "variableName" : "deleteExpressionRequest", "variableType" : "DeleteExpressionRequest", "documentation" : null, "simpleType" : "DeleteExpressionRequest", "variableSetterType" : "DeleteExpressionRequest" }, "wrapper" : false }, "DeleteExpressionResult" : { "c2jName" : "DeleteExpressionResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DeleteExpression request. Specifies the expression being deleted.

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

The status of the expression being deleted.

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

The status of the expression being deleted.

\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpression", "getterDocumentation" : "/**

The status of the expression being deleted.

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

The status of the expression being deleted.

\n@param expression The status of the expression being deleted.*/", "setterMethodName" : "setExpression", "setterModel" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "expression", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The status of the expression being deleted.

\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "expression", "variableType" : "ExpressionStatus", "documentation" : "

The status of the expression being deleted.

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

The status of the expression being deleted.

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

The status of the expression being deleted.

\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpression", "getterDocumentation" : "/**

The status of the expression being deleted.

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

The status of the expression being deleted.

\n@param expression The status of the expression being deleted.*/", "setterMethodName" : "setExpression", "setterModel" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "expression", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The status of the expression being deleted.

\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "expression", "variableType" : "ExpressionStatus", "documentation" : "

The status of the expression being deleted.

", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Expression" ], "shapeName" : "DeleteExpressionResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteExpressionResult" }, "variable" : { "variableDeclarationType" : "DeleteExpressionResult", "variableName" : "deleteExpressionResult", "variableType" : "DeleteExpressionResult", "documentation" : null, "simpleType" : "DeleteExpressionResult", "variableSetterType" : "DeleteExpressionResult" }, "wrapper" : false }, "DeleteIndexFieldRequest" : { "c2jName" : "DeleteIndexFieldRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DeleteIndexField operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteIndexField", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IndexFieldName", "c2jShape" : "DynamicFieldName", "deprecated" : false, "documentation" : "

The name of the index field your want to remove from the domain's indexing options.

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

The name of the index field your want to remove from the domain's indexing options.

\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexFieldName", "getterDocumentation" : "/**

The name of the index field your want to remove from the domain's indexing options.

\n@return The name of the index field your want to remove from the domain's indexing options.*/", "getterMethodName" : "getIndexFieldName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexFieldName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFieldName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexFieldName", "setterDocumentation" : "/**

The name of the index field your want to remove from the domain's indexing options.

\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.*/", "setterMethodName" : "setIndexFieldName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexFieldName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the index field your want to remove from the domain's indexing options.

\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexFieldName", "variableType" : "String", "documentation" : "

The name of the index field your want to remove from the domain's indexing options.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexFieldName" : { "c2jName" : "IndexFieldName", "c2jShape" : "DynamicFieldName", "deprecated" : false, "documentation" : "

The name of the index field your want to remove from the domain's indexing options.

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

The name of the index field your want to remove from the domain's indexing options.

\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexFieldName", "getterDocumentation" : "/**

The name of the index field your want to remove from the domain's indexing options.

\n@return The name of the index field your want to remove from the domain's indexing options.*/", "getterMethodName" : "getIndexFieldName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexFieldName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFieldName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexFieldName", "setterDocumentation" : "/**

The name of the index field your want to remove from the domain's indexing options.

\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.*/", "setterMethodName" : "setIndexFieldName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexFieldName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the index field your want to remove from the domain's indexing options.

\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexFieldName", "variableType" : "String", "documentation" : "

The name of the index field your want to remove from the domain's indexing options.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "IndexFieldName" ], "shapeName" : "DeleteIndexFieldRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteIndexFieldRequest", "variableName" : "deleteIndexFieldRequest", "variableType" : "DeleteIndexFieldRequest", "documentation" : null, "simpleType" : "DeleteIndexFieldRequest", "variableSetterType" : "DeleteIndexFieldRequest" }, "wrapper" : false }, "DeleteIndexFieldResult" : { "c2jName" : "DeleteIndexFieldResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DeleteIndexField request.

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

The status of the index field being deleted.

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

The status of the index field being deleted.

\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexField", "getterDocumentation" : "/**

The status of the index field being deleted.

\n@return The status of the index field being deleted.*/", "getterMethodName" : "getIndexField", "getterModel" : { "returnType" : "IndexFieldStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexField", "setterDocumentation" : "/**

The status of the index field being deleted.

\n@param indexField The status of the index field being deleted.*/", "setterMethodName" : "setIndexField", "setterModel" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "indexField", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The status of the index field being deleted.

\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "indexField", "variableType" : "IndexFieldStatus", "documentation" : "

The status of the index field being deleted.

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

The status of the index field being deleted.

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

The status of the index field being deleted.

\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexField", "getterDocumentation" : "/**

The status of the index field being deleted.

\n@return The status of the index field being deleted.*/", "getterMethodName" : "getIndexField", "getterModel" : { "returnType" : "IndexFieldStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexField", "setterDocumentation" : "/**

The status of the index field being deleted.

\n@param indexField The status of the index field being deleted.*/", "setterMethodName" : "setIndexField", "setterModel" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "indexField", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The status of the index field being deleted.

\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "indexField", "variableType" : "IndexFieldStatus", "documentation" : "

The status of the index field being deleted.

", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexField" ], "shapeName" : "DeleteIndexFieldResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteIndexFieldResult" }, "variable" : { "variableDeclarationType" : "DeleteIndexFieldResult", "variableName" : "deleteIndexFieldResult", "variableType" : "DeleteIndexFieldResult", "documentation" : null, "simpleType" : "DeleteIndexFieldResult", "variableSetterType" : "DeleteIndexFieldResult" }, "wrapper" : false }, "DeleteSuggesterRequest" : { "c2jName" : "DeleteSuggesterRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DeleteSuggester operation. Specifies the name of the domain you want to update and name of the suggester you want to delete.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DeleteSuggester", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SuggesterName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "

Specifies the name of the suggester you want to delete.

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

Specifies the name of the suggester you want to delete.

\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggesterName", "getterDocumentation" : "/**

Specifies the name of the suggester you want to delete.

\n@return Specifies the name of the suggester you want to delete.*/", "getterMethodName" : "getSuggesterName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SuggesterName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuggesterName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SuggesterName", "setterDocumentation" : "/**

Specifies the name of the suggester you want to delete.

\n@param suggesterName Specifies the name of the suggester you want to delete.*/", "setterMethodName" : "setSuggesterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "suggesterName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies the name of the suggester you want to delete.

\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "suggesterName", "variableType" : "String", "documentation" : "

Specifies the name of the suggester you want to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "SuggesterName" : { "c2jName" : "SuggesterName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "

Specifies the name of the suggester you want to delete.

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

Specifies the name of the suggester you want to delete.

\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggesterName", "getterDocumentation" : "/**

Specifies the name of the suggester you want to delete.

\n@return Specifies the name of the suggester you want to delete.*/", "getterMethodName" : "getSuggesterName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SuggesterName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuggesterName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SuggesterName", "setterDocumentation" : "/**

Specifies the name of the suggester you want to delete.

\n@param suggesterName Specifies the name of the suggester you want to delete.*/", "setterMethodName" : "setSuggesterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "suggesterName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies the name of the suggester you want to delete.

\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "suggesterName", "variableType" : "String", "documentation" : "

Specifies the name of the suggester you want to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "SuggesterName" ], "shapeName" : "DeleteSuggesterRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteSuggesterRequest", "variableName" : "deleteSuggesterRequest", "variableType" : "DeleteSuggesterRequest", "documentation" : null, "simpleType" : "DeleteSuggesterRequest", "variableSetterType" : "DeleteSuggesterRequest" }, "wrapper" : false }, "DeleteSuggesterResult" : { "c2jName" : "DeleteSuggesterResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DeleteSuggester request. Contains the status of the deleted suggester.

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

The status of the suggester being deleted.

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

The status of the suggester being deleted.

\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggester", "getterDocumentation" : "/**

The status of the suggester being deleted.

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

The status of the suggester being deleted.

\n@param suggester The status of the suggester being deleted.*/", "setterMethodName" : "setSuggester", "setterModel" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "suggester", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The status of the suggester being deleted.

\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "suggester", "variableType" : "SuggesterStatus", "documentation" : "

The status of the suggester being deleted.

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

The status of the suggester being deleted.

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

The status of the suggester being deleted.

\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggester", "getterDocumentation" : "/**

The status of the suggester being deleted.

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

The status of the suggester being deleted.

\n@param suggester The status of the suggester being deleted.*/", "setterMethodName" : "setSuggester", "setterModel" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "suggester", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The status of the suggester being deleted.

\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "suggester", "variableType" : "SuggesterStatus", "documentation" : "

The status of the suggester being deleted.

", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Suggester" ], "shapeName" : "DeleteSuggesterResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DeleteSuggesterResult" }, "variable" : { "variableDeclarationType" : "DeleteSuggesterResult", "variableName" : "deleteSuggesterResult", "variableType" : "DeleteSuggesterResult", "documentation" : null, "simpleType" : "DeleteSuggesterResult", "variableSetterType" : "DeleteSuggesterResult" }, "wrapper" : false }, "DescribeAnalysisSchemesRequest" : { "c2jName" : "DescribeAnalysisSchemesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DescribeAnalysisSchemes operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAnalysisSchemes", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

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

The analysis schemes you want to describe.

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

The analysis schemes you want to describe.

\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisSchemeNames", "getterDocumentation" : "/**

The analysis schemes you want to describe.

\n@return The analysis schemes you want to describe.*/", "getterMethodName" : "getAnalysisSchemeNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisSchemeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisSchemeNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StandardName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AnalysisSchemeNames", "setterDocumentation" : "/**

The analysis schemes you want to describe.

\n@param analysisSchemeNames The analysis schemes you want to describe.*/", "setterMethodName" : "setAnalysisSchemeNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "analysisSchemeNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The analysis schemes you want to describe.

\n

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

\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "analysisSchemeNames", "variableType" : "java.util.List", "documentation" : "

The analysis schemes you want to describe.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Deployed", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

The analysis schemes you want to describe.

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

The analysis schemes you want to describe.

\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisSchemeNames", "getterDocumentation" : "/**

The analysis schemes you want to describe.

\n@return The analysis schemes you want to describe.*/", "getterMethodName" : "getAnalysisSchemeNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisSchemeNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisSchemeNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StandardName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AnalysisSchemeNames", "setterDocumentation" : "/**

The analysis schemes you want to describe.

\n@param analysisSchemeNames The analysis schemes you want to describe.*/", "setterMethodName" : "setAnalysisSchemeNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "analysisSchemeNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The analysis schemes you want to describe.

\n

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

\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "analysisSchemeNames", "variableType" : "java.util.List", "documentation" : "

The analysis schemes you want to describe.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, "Deployed" : { "c2jName" : "Deployed", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "DescribeAnalysisSchemesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAnalysisSchemesRequest", "variableName" : "describeAnalysisSchemesRequest", "variableType" : "DescribeAnalysisSchemesRequest", "documentation" : null, "simpleType" : "DescribeAnalysisSchemesRequest", "variableSetterType" : "DescribeAnalysisSchemesRequest" }, "wrapper" : false }, "DescribeAnalysisSchemesResult" : { "c2jName" : "DescribeAnalysisSchemesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DescribeAnalysisSchemes request. Contains the analysis schemes configured for the domain specified in the request.

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

The analysis scheme descriptions.

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

The analysis scheme descriptions.

\n@param analysisSchemes The analysis scheme descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisSchemes", "getterDocumentation" : "/**

The analysis scheme descriptions.

\n@return The analysis scheme descriptions.*/", "getterMethodName" : "getAnalysisSchemes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisSchemes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisSchemes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AnalysisSchemeStatus", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AnalysisSchemeStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "member", "variableType" : "AnalysisSchemeStatus", "documentation" : "", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "member", "variableType" : "AnalysisSchemeStatus", "documentation" : "", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AnalysisSchemeStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AnalysisSchemeStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AnalysisSchemes", "setterDocumentation" : "/**

The analysis scheme descriptions.

\n@param analysisSchemes The analysis scheme descriptions.*/", "setterMethodName" : "setAnalysisSchemes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "analysisSchemes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The analysis scheme descriptions.

\n

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

\n@param analysisSchemes The analysis scheme descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "analysisSchemes", "variableType" : "java.util.List", "documentation" : "

The analysis scheme descriptions.

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

The analysis scheme descriptions.

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

The analysis scheme descriptions.

\n@param analysisSchemes The analysis scheme descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisSchemes", "getterDocumentation" : "/**

The analysis scheme descriptions.

\n@return The analysis scheme descriptions.*/", "getterMethodName" : "getAnalysisSchemes", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisSchemes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisSchemes", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "AnalysisSchemeStatus", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "AnalysisSchemeStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "member", "variableType" : "AnalysisSchemeStatus", "documentation" : "", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AnalysisSchemeStatus", "variableName" : "member", "variableType" : "AnalysisSchemeStatus", "documentation" : "", "simpleType" : "AnalysisSchemeStatus", "variableSetterType" : "AnalysisSchemeStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "AnalysisSchemeStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "AnalysisSchemeStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "AnalysisSchemes", "setterDocumentation" : "/**

The analysis scheme descriptions.

\n@param analysisSchemes The analysis scheme descriptions.*/", "setterMethodName" : "setAnalysisSchemes", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "analysisSchemes", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The analysis scheme descriptions.

\n

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

\n@param analysisSchemes The analysis scheme descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "analysisSchemes", "variableType" : "java.util.List", "documentation" : "

The analysis scheme descriptions.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AnalysisSchemes" ], "shapeName" : "DescribeAnalysisSchemesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeAnalysisSchemesResult" }, "variable" : { "variableDeclarationType" : "DescribeAnalysisSchemesResult", "variableName" : "describeAnalysisSchemesResult", "variableType" : "DescribeAnalysisSchemesResult", "documentation" : null, "simpleType" : "DescribeAnalysisSchemesResult", "variableSetterType" : "DescribeAnalysisSchemesResult" }, "wrapper" : false }, "DescribeAvailabilityOptionsRequest" : { "c2jName" : "DescribeAvailabilityOptionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DescribeAvailabilityOptions operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeAvailabilityOptions", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "DescribeAvailabilityOptionsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeAvailabilityOptionsRequest", "variableName" : "describeAvailabilityOptionsRequest", "variableType" : "DescribeAvailabilityOptionsRequest", "documentation" : null, "simpleType" : "DescribeAvailabilityOptionsRequest", "variableSetterType" : "DescribeAvailabilityOptionsRequest" }, "wrapper" : false }, "DescribeAvailabilityOptionsResult" : { "c2jName" : "DescribeAvailabilityOptionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DescribeAvailabilityOptions request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.

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

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

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

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAvailabilityOptions", "getterDocumentation" : "/**

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

\n@return The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.*/", "getterMethodName" : "getAvailabilityOptions", "getterModel" : { "returnType" : "AvailabilityOptionsStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AvailabilityOptions", "setterDocumentation" : "/**

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.*/", "setterMethodName" : "setAvailabilityOptions", "setterModel" : { "variableDeclarationType" : "AvailabilityOptionsStatus", "variableName" : "availabilityOptions", "variableType" : "AvailabilityOptionsStatus", "documentation" : "", "simpleType" : "AvailabilityOptionsStatus", "variableSetterType" : "AvailabilityOptionsStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AvailabilityOptionsStatus", "variableName" : "availabilityOptions", "variableType" : "AvailabilityOptionsStatus", "documentation" : "

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

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

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

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

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAvailabilityOptions", "getterDocumentation" : "/**

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

\n@return The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.*/", "getterMethodName" : "getAvailabilityOptions", "getterModel" : { "returnType" : "AvailabilityOptionsStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AvailabilityOptions", "setterDocumentation" : "/**

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.*/", "setterMethodName" : "setAvailabilityOptions", "setterModel" : { "variableDeclarationType" : "AvailabilityOptionsStatus", "variableName" : "availabilityOptions", "variableType" : "AvailabilityOptionsStatus", "documentation" : "", "simpleType" : "AvailabilityOptionsStatus", "variableSetterType" : "AvailabilityOptionsStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AvailabilityOptionsStatus", "variableName" : "availabilityOptions", "variableType" : "AvailabilityOptionsStatus", "documentation" : "

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

", "simpleType" : "AvailabilityOptionsStatus", "variableSetterType" : "AvailabilityOptionsStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeAvailabilityOptionsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeAvailabilityOptionsResult" }, "variable" : { "variableDeclarationType" : "DescribeAvailabilityOptionsResult", "variableName" : "describeAvailabilityOptionsResult", "variableType" : "DescribeAvailabilityOptionsResult", "documentation" : null, "simpleType" : "DescribeAvailabilityOptionsResult", "variableSetterType" : "DescribeAvailabilityOptionsResult" }, "wrapper" : false }, "DescribeDomainsRequest" : { "c2jName" : "DescribeDomainsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DescribeDomains operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeDomains", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainNames", "c2jShape" : "DomainNameList", "deprecated" : false, "documentation" : "

The names of the domains you want to include in the response.

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

The names of the domains you want to include in the response.

\n@param domainNames The names of the domains you want to include in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainNames", "getterDocumentation" : "/**

The names of the domains you want to include in the response.

\n@return The names of the domains you want to include in the response.*/", "getterMethodName" : "getDomainNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "com.amazonaws.internal.SdkInternalList", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DomainNames", "setterDocumentation" : "/**

The names of the domains you want to include in the response.

\n@param domainNames The names of the domains you want to include in the response.*/", "setterMethodName" : "setDomainNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the domains you want to include in the response.

\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 names of the domains you want to include in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "

The names of the domains you want to include in the response.

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

The names of the domains you want to include in the response.

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

The names of the domains you want to include in the response.

\n@param domainNames The names of the domains you want to include in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainNames", "getterDocumentation" : "/**

The names of the domains you want to include in the response.

\n@return The names of the domains you want to include in the response.*/", "getterMethodName" : "getDomainNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "com.amazonaws.internal.SdkInternalList", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DomainNames", "setterDocumentation" : "/**

The names of the domains you want to include in the response.

\n@param domainNames The names of the domains you want to include in the response.*/", "setterMethodName" : "setDomainNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the domains you want to include in the response.

\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 names of the domains you want to include in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "domainNames", "variableType" : "java.util.List", "documentation" : "

The names of the domains you want to include in the response.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DescribeDomainsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeDomainsRequest", "variableName" : "describeDomainsRequest", "variableType" : "DescribeDomainsRequest", "documentation" : null, "simpleType" : "DescribeDomainsRequest", "variableSetterType" : "DescribeDomainsRequest" }, "wrapper" : false }, "DescribeDomainsResult" : { "c2jName" : "DescribeDomainsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DescribeDomains request. Contains the status of the domains specified in the request 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" : "DomainStatusList", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainStatusList \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainStatusList", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainStatusList", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DomainStatus", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "DomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainStatus", "variableName" : "member", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DomainStatus", "variableName" : "member", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "DomainStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DomainStatusList", "setterDocumentation" : "/**\n@param domainStatusList */", "setterMethodName" : "setDomainStatusList", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "domainStatusList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\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 \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "domainStatusList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainStatusList" : { "c2jName" : "DomainStatusList", "c2jShape" : "DomainStatusList", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainStatusList \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainStatusList", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainStatusList", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DomainStatus", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "DomainStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "DomainStatus", "variableName" : "member", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DomainStatus", "variableName" : "member", "variableType" : "DomainStatus", "documentation" : "", "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "DomainStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "DomainStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "DomainStatusList", "setterDocumentation" : "/**\n@param domainStatusList */", "setterMethodName" : "setDomainStatusList", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "domainStatusList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**\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 \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "domainStatusList", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainStatusList" ], "shapeName" : "DescribeDomainsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeDomainsResult" }, "variable" : { "variableDeclarationType" : "DescribeDomainsResult", "variableName" : "describeDomainsResult", "variableType" : "DescribeDomainsResult", "documentation" : null, "simpleType" : "DescribeDomainsResult", "variableSetterType" : "DescribeDomainsResult" }, "wrapper" : false }, "DescribeExpressionsRequest" : { "c2jName" : "DescribeExpressionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DescribeDomains operation. Specifies the name of the domain you want to describe. To restrict the response to particular expressions, specify the names of the expressions you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeExpressions", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

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

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

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

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionNames", "getterDocumentation" : "/**

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@return Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.*/", "getterMethodName" : "getExpressionNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StandardName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ExpressionNames", "setterDocumentation" : "/**

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.*/", "setterMethodName" : "setExpressionNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "expressionNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n

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

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "expressionNames", "variableType" : "java.util.List", "documentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Deployed", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

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

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

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

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionNames", "getterDocumentation" : "/**

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@return Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.*/", "getterMethodName" : "getExpressionNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StandardName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "ExpressionNames", "setterDocumentation" : "/**

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.*/", "setterMethodName" : "setExpressionNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "expressionNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

\n

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

\n@param expressionNames Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "expressionNames", "variableType" : "java.util.List", "documentation" : "

Limits the DescribeExpressions response to the specified expressions. If not specified, all expressions are shown.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "DescribeExpressionsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeExpressionsRequest", "variableName" : "describeExpressionsRequest", "variableType" : "DescribeExpressionsRequest", "documentation" : null, "simpleType" : "DescribeExpressionsRequest", "variableSetterType" : "DescribeExpressionsRequest" }, "wrapper" : false }, "DescribeExpressionsResult" : { "c2jName" : "DescribeExpressionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DescribeExpressions request. Contains the expressions configured for the domain specified in the request.

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

The expressions configured for the domain.

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

The expressions configured for the domain.

\n@param expressions The expressions configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressions", "getterDocumentation" : "/**

The expressions configured for the domain.

\n@return The expressions configured for the domain.*/", "getterMethodName" : "getExpressions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expressions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expressions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ExpressionStatus", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ExpressionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "member", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "member", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExpressionStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExpressionStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Expressions", "setterDocumentation" : "/**

The expressions configured for the domain.

\n@param expressions The expressions configured for the domain.*/", "setterMethodName" : "setExpressions", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "expressions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The expressions configured for the domain.

\n

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

\n@param expressions The expressions configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "expressions", "variableType" : "java.util.List", "documentation" : "

The expressions configured for the domain.

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

The expressions configured for the domain.

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

The expressions configured for the domain.

\n@param expressions The expressions configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressions", "getterDocumentation" : "/**

The expressions configured for the domain.

\n@return The expressions configured for the domain.*/", "getterMethodName" : "getExpressions", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Expressions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Expressions", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "ExpressionStatus", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "ExpressionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "member", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "member", "variableType" : "ExpressionStatus", "documentation" : "", "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "ExpressionStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "ExpressionStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Expressions", "setterDocumentation" : "/**

The expressions configured for the domain.

\n@param expressions The expressions configured for the domain.*/", "setterMethodName" : "setExpressions", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "expressions", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The expressions configured for the domain.

\n

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

\n@param expressions The expressions configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "expressions", "variableType" : "java.util.List", "documentation" : "

The expressions configured for the domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Expressions" ], "shapeName" : "DescribeExpressionsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeExpressionsResult" }, "variable" : { "variableDeclarationType" : "DescribeExpressionsResult", "variableName" : "describeExpressionsResult", "variableType" : "DescribeExpressionsResult", "documentation" : null, "simpleType" : "DescribeExpressionsResult", "variableSetterType" : "DescribeExpressionsResult" }, "wrapper" : false }, "DescribeIndexFieldsRequest" : { "c2jName" : "DescribeIndexFieldsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DescribeIndexFields operation. Specifies the name of the domain you want to describe. To restrict the response to particular index fields, specify the names of the index fields you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeIndexFields", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

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

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

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

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFieldNames", "getterDocumentation" : "/**

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@return A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.*/", "getterMethodName" : "getFieldNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FieldNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FieldNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DynamicFieldName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FieldNames", "setterDocumentation" : "/**

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.*/", "setterMethodName" : "setFieldNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n

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

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Deployed", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

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

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

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

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFieldNames", "getterDocumentation" : "/**

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@return A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.*/", "getterMethodName" : "getFieldNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FieldNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FieldNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "DynamicFieldName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FieldNames", "setterDocumentation" : "/**

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.*/", "setterMethodName" : "setFieldNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

\n

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

\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "

A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "DescribeIndexFieldsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeIndexFieldsRequest", "variableName" : "describeIndexFieldsRequest", "variableType" : "DescribeIndexFieldsRequest", "documentation" : null, "simpleType" : "DescribeIndexFieldsRequest", "variableSetterType" : "DescribeIndexFieldsRequest" }, "wrapper" : false }, "DescribeIndexFieldsResult" : { "c2jName" : "DescribeIndexFieldsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DescribeIndexFields request. Contains the index fields configured for the domain specified in the request.

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

The index fields configured for the domain.

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

The index fields configured for the domain.

\n@param indexFields The index fields configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexFields", "getterDocumentation" : "/**

The index fields configured for the domain.

\n@return The index fields configured for the domain.*/", "getterMethodName" : "getIndexFields", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFields", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "IndexFieldStatus", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "IndexFieldStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "member", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "member", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexFieldStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "IndexFieldStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "IndexFields", "setterDocumentation" : "/**

The index fields configured for the domain.

\n@param indexFields The index fields configured for the domain.*/", "setterMethodName" : "setIndexFields", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "indexFields", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The index fields configured for the domain.

\n

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

\n@param indexFields The index fields configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "indexFields", "variableType" : "java.util.List", "documentation" : "

The index fields configured for the domain.

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

The index fields configured for the domain.

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

The index fields configured for the domain.

\n@param indexFields The index fields configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexFields", "getterDocumentation" : "/**

The index fields configured for the domain.

\n@return The index fields configured for the domain.*/", "getterMethodName" : "getIndexFields", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFields", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "IndexFieldStatus", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "IndexFieldStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "member", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "member", "variableType" : "IndexFieldStatus", "documentation" : "", "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "IndexFieldStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "IndexFieldStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "IndexFields", "setterDocumentation" : "/**

The index fields configured for the domain.

\n@param indexFields The index fields configured for the domain.*/", "setterMethodName" : "setIndexFields", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "indexFields", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The index fields configured for the domain.

\n

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

\n@param indexFields The index fields configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "indexFields", "variableType" : "java.util.List", "documentation" : "

The index fields configured for the domain.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexFields" ], "shapeName" : "DescribeIndexFieldsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeIndexFieldsResult" }, "variable" : { "variableDeclarationType" : "DescribeIndexFieldsResult", "variableName" : "describeIndexFieldsResult", "variableType" : "DescribeIndexFieldsResult", "documentation" : null, "simpleType" : "DescribeIndexFieldsResult", "variableSetterType" : "DescribeIndexFieldsResult" }, "wrapper" : false }, "DescribeScalingParametersRequest" : { "c2jName" : "DescribeScalingParametersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DescribeScalingParameters operation. Specifies the name of the domain you want to describe.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeScalingParameters", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "DescribeScalingParametersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeScalingParametersRequest", "variableName" : "describeScalingParametersRequest", "variableType" : "DescribeScalingParametersRequest", "documentation" : null, "simpleType" : "DescribeScalingParametersRequest", "variableSetterType" : "DescribeScalingParametersRequest" }, "wrapper" : false }, "DescribeScalingParametersResult" : { "c2jName" : "DescribeScalingParametersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DescribeScalingParameters request. Contains the scaling parameters configured for the domain specified in the request.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParametersStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingParameters", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getScalingParameters", "getterModel" : { "returnType" : "ScalingParametersStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingParameters", "setterDocumentation" : "/**\n@param scalingParameters */", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ScalingParameters" : { "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParametersStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingParameters", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getScalingParameters", "getterModel" : { "returnType" : "ScalingParametersStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingParameters", "setterDocumentation" : "/**\n@param scalingParameters */", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ScalingParameters" ], "shapeName" : "DescribeScalingParametersResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeScalingParametersResult" }, "variable" : { "variableDeclarationType" : "DescribeScalingParametersResult", "variableName" : "describeScalingParametersResult", "variableType" : "DescribeScalingParametersResult", "documentation" : null, "simpleType" : "DescribeScalingParametersResult", "variableSetterType" : "DescribeScalingParametersResult" }, "wrapper" : false }, "DescribeServiceAccessPoliciesRequest" : { "c2jName" : "DescribeServiceAccessPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DescribeServiceAccessPolicies operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeServiceAccessPolicies", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "DescribeServiceAccessPoliciesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeServiceAccessPoliciesRequest", "variableName" : "describeServiceAccessPoliciesRequest", "variableType" : "DescribeServiceAccessPoliciesRequest", "documentation" : null, "simpleType" : "DescribeServiceAccessPoliciesRequest", "variableSetterType" : "DescribeServiceAccessPoliciesRequest" }, "wrapper" : false }, "DescribeServiceAccessPoliciesResult" : { "c2jName" : "DescribeServiceAccessPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DescribeServiceAccessPolicies request.

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

The access rules configured for the domain specified in the request.

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

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAccessPolicies", "getterDocumentation" : "/**

The access rules configured for the domain specified in the request.

\n@return The access rules configured for the domain specified in the request.*/", "getterMethodName" : "getAccessPolicies", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.*/", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

The access rules configured for the domain specified in the request.

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

The access rules configured for the domain specified in the request.

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

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAccessPolicies", "getterDocumentation" : "/**

The access rules configured for the domain specified in the request.

\n@return The access rules configured for the domain specified in the request.*/", "getterMethodName" : "getAccessPolicies", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.*/", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

The access rules configured for the domain specified in the request.

\n@param accessPolicies The access rules configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

The access rules configured for the domain specified in the request.

", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccessPolicies" ], "shapeName" : "DescribeServiceAccessPoliciesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "DescribeServiceAccessPoliciesResult" }, "variable" : { "variableDeclarationType" : "DescribeServiceAccessPoliciesResult", "variableName" : "describeServiceAccessPoliciesResult", "variableType" : "DescribeServiceAccessPoliciesResult", "documentation" : null, "simpleType" : "DescribeServiceAccessPoliciesResult", "variableSetterType" : "DescribeServiceAccessPoliciesResult" }, "wrapper" : false }, "DescribeSuggestersRequest" : { "c2jName" : "DescribeSuggestersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the DescribeSuggester operation. Specifies the name of the domain you want to describe. To restrict the response to particular suggesters, specify the names of the suggesters you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "DescribeSuggesters", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

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

The suggesters you want to describe.

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

The suggesters you want to describe.

\n@param suggesterNames The suggesters you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggesterNames", "getterDocumentation" : "/**

The suggesters you want to describe.

\n@return The suggesters you want to describe.*/", "getterMethodName" : "getSuggesterNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SuggesterNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuggesterNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StandardName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SuggesterNames", "setterDocumentation" : "/**

The suggesters you want to describe.

\n@param suggesterNames The suggesters you want to describe.*/", "setterMethodName" : "setSuggesterNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suggesterNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The suggesters you want to describe.

\n

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

\n@param suggesterNames The suggesters you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suggesterNames", "variableType" : "java.util.List", "documentation" : "

The suggesters you want to describe.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Deployed", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeployed", "getterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@return Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "getterMethodName" : "getDeployed", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Deployed", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Deployed", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Deployed", "setterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.*/", "setterMethodName" : "setDeployed", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

\n@param deployed Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deployed", "variableType" : "Boolean", "documentation" : "

Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

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

The name of the domain you want to describe.

\n@return The name of the domain you want to describe.*/", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 domain you want to describe.

\n@param domainName The name of the domain you want to describe.*/", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the domain you want to describe.

\n@param domainName The name of the domain you want to describe.\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 domain you want to describe.

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

The suggesters you want to describe.

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

The suggesters you want to describe.

\n@param suggesterNames The suggesters you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggesterNames", "getterDocumentation" : "/**

The suggesters you want to describe.

\n@return The suggesters you want to describe.*/", "getterMethodName" : "getSuggesterNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SuggesterNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuggesterNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "StandardName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "SuggesterNames", "setterDocumentation" : "/**

The suggesters you want to describe.

\n@param suggesterNames The suggesters you want to describe.*/", "setterMethodName" : "setSuggesterNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suggesterNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The suggesters you want to describe.

\n

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

\n@param suggesterNames The suggesters you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suggesterNames", "variableType" : "java.util.List", "documentation" : "

The suggesters you want to describe.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "DescribeSuggestersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeSuggestersRequest", "variableName" : "describeSuggestersRequest", "variableType" : "DescribeSuggestersRequest", "documentation" : null, "simpleType" : "DescribeSuggestersRequest", "variableSetterType" : "DescribeSuggestersRequest" }, "wrapper" : false }, "DescribeSuggestersResult" : { "c2jName" : "DescribeSuggestersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of a DescribeSuggesters request.

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

The suggesters configured for the domain specified in the request.

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

The suggesters configured for the domain specified in the request.

\n@param suggesters The suggesters configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggesters", "getterDocumentation" : "/**

The suggesters configured for the domain specified in the request.

\n@return The suggesters configured for the domain specified in the request.*/", "getterMethodName" : "getSuggesters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Suggesters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Suggesters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SuggesterStatus", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "SuggesterStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "member", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "member", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SuggesterStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "SuggesterStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Suggesters", "setterDocumentation" : "/**

The suggesters configured for the domain specified in the request.

\n@param suggesters The suggesters configured for the domain specified in the request.*/", "setterMethodName" : "setSuggesters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suggesters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The suggesters configured for the domain specified in the request.

\n

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

\n@param suggesters The suggesters configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suggesters", "variableType" : "java.util.List", "documentation" : "

The suggesters configured for the domain specified in the request.

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

The suggesters configured for the domain specified in the request.

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

The suggesters configured for the domain specified in the request.

\n@param suggesters The suggesters configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggesters", "getterDocumentation" : "/**

The suggesters configured for the domain specified in the request.

\n@return The suggesters configured for the domain specified in the request.*/", "getterMethodName" : "getSuggesters", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Suggesters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Suggesters", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "SuggesterStatus", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "SuggesterStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "member", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "member", "variableType" : "SuggesterStatus", "documentation" : "", "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "SuggesterStatus", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "simpleType" : "SuggesterStatus", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "Suggesters", "setterDocumentation" : "/**

The suggesters configured for the domain specified in the request.

\n@param suggesters The suggesters configured for the domain specified in the request.*/", "setterMethodName" : "setSuggesters", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suggesters", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The suggesters configured for the domain specified in the request.

\n

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

\n@param suggesters The suggesters configured for the domain specified in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "suggesters", "variableType" : "java.util.List", "documentation" : "

The suggesters configured for the domain specified in the request.

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

The request was rejected because it attempted an operation which is not enabled.

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

Options for a search suggester.

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

The name of the index field you want to use for suggestions.

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

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**

The name of the index field you want to use for suggestions.

\n@return The name of the index field you want to use for suggestions.*/", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.*/", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "

The name of the index field you want to use for suggestions.

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

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

", "enumType" : "SuggesterFuzzyMatching", "fluentSetterDocumentation" : "/**

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SuggesterFuzzyMatching*/", "fluentSetterMethodName" : "withFuzzyMatching", "getterDocumentation" : "/**

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@return The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching*/", "getterMethodName" : "getFuzzyMatching", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FuzzyMatching", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FuzzyMatching", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FuzzyMatching", "setterDocumentation" : "/**

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching*/", "setterMethodName" : "setFuzzyMatching", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fuzzyMatching", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SuggesterFuzzyMatching*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fuzzyMatching", "variableType" : "String", "documentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

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

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

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

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortExpression", "getterDocumentation" : "/**

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@return An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.*/", "getterMethodName" : "getSortExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortExpression", "setterDocumentation" : "/**

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.*/", "setterMethodName" : "setSortExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sortExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sortExpression", "variableType" : "String", "documentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

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

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

", "enumType" : "SuggesterFuzzyMatching", "fluentSetterDocumentation" : "/**

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SuggesterFuzzyMatching*/", "fluentSetterMethodName" : "withFuzzyMatching", "getterDocumentation" : "/**

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@return The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching*/", "getterMethodName" : "getFuzzyMatching", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FuzzyMatching", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FuzzyMatching", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FuzzyMatching", "setterDocumentation" : "/**

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@see SuggesterFuzzyMatching*/", "setterMethodName" : "setFuzzyMatching", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "fuzzyMatching", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

\n@param fuzzyMatching The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SuggesterFuzzyMatching*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "fuzzyMatching", "variableType" : "String", "documentation" : "

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

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

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

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

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortExpression", "getterDocumentation" : "/**

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@return An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.*/", "getterMethodName" : "getSortExpression", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortExpression", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortExpression", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortExpression", "setterDocumentation" : "/**

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.*/", "setterMethodName" : "setSortExpression", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sortExpression", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

\n@param sortExpression An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sortExpression", "variableType" : "String", "documentation" : "

An expression that computes a score for each suggestion to control how they are sorted. The scores are rounded to the nearest integer, with a floor of 0 and a ceiling of 2^31-1. A document's relevance score is not computed for suggestions, so sort expressions cannot reference the _score value. To sort suggestions using a numeric field or existing expression, simply specify the name of the field or expression. If no expression is configured for the suggester, the suggestions are sorted with the closest matches listed first.

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

The name of the index field you want to use for suggestions.

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

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**

The name of the index field you want to use for suggestions.

\n@return The name of the index field you want to use for suggestions.*/", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.*/", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the index field you want to use for suggestions.

\n@param sourceField The name of the index field you want to use for suggestions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "

The name of the index field you want to use for suggestions.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SourceField" ], "shapeName" : "DocumentSuggesterOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : null, "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "wrapper" : false }, "DomainStatus" : { "c2jName" : "DomainStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The current status of the search domain.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DomainId", "c2jShape" : "DomainId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainId \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainId", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainId */", "setterMethodName" : "setDomainId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param domainId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ARN", "c2jShape" : "ARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param aRN \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withARN", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param aRN */", "setterMethodName" : "setARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param aRN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Created", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

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

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreated", "getterDocumentation" : "/**

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@return True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.*/", "getterMethodName" : "getCreated", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.*/", "setterMethodName" : "setCreated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

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

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

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

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeleted", "getterDocumentation" : "/**

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@return True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.*/", "getterMethodName" : "getDeleted", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.*/", "setterMethodName" : "setDeleted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

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

The service endpoint for updating documents in a search domain.

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

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDocService", "getterDocumentation" : "/**

The service endpoint for updating documents in a search domain.

\n@return The service endpoint for updating documents in a search domain.*/", "getterMethodName" : "getDocService", "getterModel" : { "returnType" : "ServiceEndpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DocService", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocService", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DocService", "setterDocumentation" : "/**

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.*/", "setterMethodName" : "setDocService", "setterModel" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "docService", "variableType" : "ServiceEndpoint", "documentation" : "", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "simple" : false, "varargSetterDocumentation" : "/**

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "docService", "variableType" : "ServiceEndpoint", "documentation" : "

The service endpoint for updating documents in a search domain.

", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SearchService", "c2jShape" : "ServiceEndpoint", "deprecated" : false, "documentation" : "

The service endpoint for requesting search results from a search domain.

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

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchService", "getterDocumentation" : "/**

The service endpoint for requesting search results from a search domain.

\n@return The service endpoint for requesting search results from a search domain.*/", "getterMethodName" : "getSearchService", "getterModel" : { "returnType" : "ServiceEndpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchService", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchService", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchService", "setterDocumentation" : "/**

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.*/", "setterMethodName" : "setSearchService", "setterModel" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "searchService", "variableType" : "ServiceEndpoint", "documentation" : "", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "simple" : false, "varargSetterDocumentation" : "/**

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "searchService", "variableType" : "ServiceEndpoint", "documentation" : "

The service endpoint for requesting search results from a search domain.

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

True if IndexDocuments needs to be called to activate the current domain configuration.

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

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRequiresIndexDocuments", "getterDocumentation" : "/**

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@return True if IndexDocuments needs to be called to activate the current domain configuration.*/", "getterMethodName" : "getRequiresIndexDocuments", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RequiresIndexDocuments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiresIndexDocuments", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RequiresIndexDocuments", "setterDocumentation" : "/**

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.*/", "setterMethodName" : "setRequiresIndexDocuments", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "requiresIndexDocuments", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "requiresIndexDocuments", "variableType" : "Boolean", "documentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

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

True if processing is being done to activate the current domain configuration.

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

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProcessing", "getterDocumentation" : "/**

True if processing is being done to activate the current domain configuration.

\n@return True if processing is being done to activate the current domain configuration.*/", "getterMethodName" : "getProcessing", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.*/", "setterMethodName" : "setProcessing", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : "

True if processing is being done to activate the current domain configuration.

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

The instance type that is being used to process search requests.

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

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchInstanceType", "getterDocumentation" : "/**

The instance type that is being used to process search requests.

\n@return The instance type that is being used to process search requests.*/", "getterMethodName" : "getSearchInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchInstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchInstanceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchInstanceType", "setterDocumentation" : "/**

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.*/", "setterMethodName" : "setSearchInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "searchInstanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "searchInstanceType", "variableType" : "String", "documentation" : "

The instance type that is being used to process search requests.

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

The number of partitions across which the search index is spread.

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

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchPartitionCount", "getterDocumentation" : "/**

The number of partitions across which the search index is spread.

\n@return The number of partitions across which the search index is spread.*/", "getterMethodName" : "getSearchPartitionCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchPartitionCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchPartitionCount", "setterDocumentation" : "/**

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.*/", "setterMethodName" : "setSearchPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "searchPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "searchPartitionCount", "variableType" : "Integer", "documentation" : "

The number of partitions across which the search index is spread.

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

The number of search instances that are available to process search requests.

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

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchInstanceCount", "getterDocumentation" : "/**

The number of search instances that are available to process search requests.

\n@return The number of search instances that are available to process search requests.*/", "getterMethodName" : "getSearchInstanceCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchInstanceCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchInstanceCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchInstanceCount", "setterDocumentation" : "/**

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.*/", "setterMethodName" : "setSearchInstanceCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "searchInstanceCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "searchInstanceCount", "variableType" : "Integer", "documentation" : "

The number of search instances that are available to process search requests.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Limits", "c2jShape" : "Limits", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param limits \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimits", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getLimits", "getterModel" : { "returnType" : "Limits", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limits", "setterDocumentation" : "/**\n@param limits */", "setterMethodName" : "setLimits", "setterModel" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : "", "simpleType" : "Limits", "variableSetterType" : "Limits" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param limits \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : "", "simpleType" : "Limits", "variableSetterType" : "Limits" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ARN" : { "c2jName" : "ARN", "c2jShape" : "ARN", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param aRN \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withARN", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getARN", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param aRN */", "setterMethodName" : "setARN", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param aRN \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "aRN", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Created" : { "c2jName" : "Created", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

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

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreated", "getterDocumentation" : "/**

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@return True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.*/", "getterMethodName" : "getCreated", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.*/", "setterMethodName" : "setCreated", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

\n@param created True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "created", "variableType" : "Boolean", "documentation" : "

True if the search domain is created. It can take several minutes to initialize a domain when CreateDomain is called. Newly created search domains are returned from DescribeDomains with a false value for Created until domain creation is complete.

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

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

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

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDeleted", "getterDocumentation" : "/**

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@return True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.*/", "getterMethodName" : "getDeleted", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.*/", "setterMethodName" : "setDeleted", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

\n@param deleted True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "deleted", "variableType" : "Boolean", "documentation" : "

True if the search domain has been deleted. The system must clean up resources dedicated to the search domain when DeleteDomain is called. Newly deleted search domains are returned from DescribeDomains with a true value for IsDeleted for several minutes until resource cleanup is complete.

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

The service endpoint for updating documents in a search domain.

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

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDocService", "getterDocumentation" : "/**

The service endpoint for updating documents in a search domain.

\n@return The service endpoint for updating documents in a search domain.*/", "getterMethodName" : "getDocService", "getterModel" : { "returnType" : "ServiceEndpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DocService", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocService", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DocService", "setterDocumentation" : "/**

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.*/", "setterMethodName" : "setDocService", "setterModel" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "docService", "variableType" : "ServiceEndpoint", "documentation" : "", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "simple" : false, "varargSetterDocumentation" : "/**

The service endpoint for updating documents in a search domain.

\n@param docService The service endpoint for updating documents in a search domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "docService", "variableType" : "ServiceEndpoint", "documentation" : "

The service endpoint for updating documents in a search domain.

", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "xmlNameSpaceUri" : null }, "DomainId" : { "c2jName" : "DomainId", "c2jShape" : "DomainId", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainId \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainId", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainId", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainId */", "setterMethodName" : "setDomainId", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param domainId \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "domainId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "Limits" : { "c2jName" : "Limits", "c2jShape" : "Limits", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param limits \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLimits", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getLimits", "getterModel" : { "returnType" : "Limits", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Limits", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Limits", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Limits", "setterDocumentation" : "/**\n@param limits */", "setterMethodName" : "setLimits", "setterModel" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : "", "simpleType" : "Limits", "variableSetterType" : "Limits" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param limits \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : "", "simpleType" : "Limits", "variableSetterType" : "Limits" }, "xmlNameSpaceUri" : null }, "Processing" : { "c2jName" : "Processing", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

True if processing is being done to activate the current domain configuration.

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

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withProcessing", "getterDocumentation" : "/**

True if processing is being done to activate the current domain configuration.

\n@return True if processing is being done to activate the current domain configuration.*/", "getterMethodName" : "getProcessing", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.*/", "setterMethodName" : "setProcessing", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

True if processing is being done to activate the current domain configuration.

\n@param processing True if processing is being done to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "processing", "variableType" : "Boolean", "documentation" : "

True if processing is being done to activate the current domain configuration.

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

True if IndexDocuments needs to be called to activate the current domain configuration.

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

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withRequiresIndexDocuments", "getterDocumentation" : "/**

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@return True if IndexDocuments needs to be called to activate the current domain configuration.*/", "getterMethodName" : "getRequiresIndexDocuments", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "RequiresIndexDocuments", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "RequiresIndexDocuments", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RequiresIndexDocuments", "setterDocumentation" : "/**

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.*/", "setterMethodName" : "setRequiresIndexDocuments", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "requiresIndexDocuments", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

True if IndexDocuments needs to be called to activate the current domain configuration.

\n@param requiresIndexDocuments True if IndexDocuments needs to be called to activate the current domain configuration.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "requiresIndexDocuments", "variableType" : "Boolean", "documentation" : "

True if IndexDocuments needs to be called to activate the current domain configuration.

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

The number of search instances that are available to process search requests.

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

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchInstanceCount", "getterDocumentation" : "/**

The number of search instances that are available to process search requests.

\n@return The number of search instances that are available to process search requests.*/", "getterMethodName" : "getSearchInstanceCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchInstanceCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchInstanceCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchInstanceCount", "setterDocumentation" : "/**

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.*/", "setterMethodName" : "setSearchInstanceCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "searchInstanceCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of search instances that are available to process search requests.

\n@param searchInstanceCount The number of search instances that are available to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "searchInstanceCount", "variableType" : "Integer", "documentation" : "

The number of search instances that are available to process search requests.

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

The instance type that is being used to process search requests.

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

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchInstanceType", "getterDocumentation" : "/**

The instance type that is being used to process search requests.

\n@return The instance type that is being used to process search requests.*/", "getterMethodName" : "getSearchInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchInstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchInstanceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchInstanceType", "setterDocumentation" : "/**

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.*/", "setterMethodName" : "setSearchInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "searchInstanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The instance type that is being used to process search requests.

\n@param searchInstanceType The instance type that is being used to process search requests.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "searchInstanceType", "variableType" : "String", "documentation" : "

The instance type that is being used to process search requests.

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

The number of partitions across which the search index is spread.

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

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchPartitionCount", "getterDocumentation" : "/**

The number of partitions across which the search index is spread.

\n@return The number of partitions across which the search index is spread.*/", "getterMethodName" : "getSearchPartitionCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchPartitionCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchPartitionCount", "setterDocumentation" : "/**

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.*/", "setterMethodName" : "setSearchPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "searchPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

The number of partitions across which the search index is spread.

\n@param searchPartitionCount The number of partitions across which the search index is spread.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "searchPartitionCount", "variableType" : "Integer", "documentation" : "

The number of partitions across which the search index is spread.

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

The service endpoint for requesting search results from a search domain.

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

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchService", "getterDocumentation" : "/**

The service endpoint for requesting search results from a search domain.

\n@return The service endpoint for requesting search results from a search domain.*/", "getterMethodName" : "getSearchService", "getterModel" : { "returnType" : "ServiceEndpoint", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchService", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchService", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchService", "setterDocumentation" : "/**

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.*/", "setterMethodName" : "setSearchService", "setterModel" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "searchService", "variableType" : "ServiceEndpoint", "documentation" : "", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "simple" : false, "varargSetterDocumentation" : "/**

The service endpoint for requesting search results from a search domain.

\n@param searchService The service endpoint for requesting search results from a search domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "searchService", "variableType" : "ServiceEndpoint", "documentation" : "

The service endpoint for requesting search results from a search domain.

", "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainId", "DomainName", "RequiresIndexDocuments" ], "shapeName" : "DomainStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DomainStatus", "variableName" : "domainStatus", "variableType" : "DomainStatus", "documentation" : null, "simpleType" : "DomainStatus", "variableSetterType" : "DomainStatus" }, "wrapper" : false }, "DoubleArrayOptions" : { "c2jName" : "DoubleArrayOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Options for a field that contains an array of double-precision 64-bit floating point values. Present if IndexFieldType specifies the field is of type double-array. All options are enabled by default.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DefaultValue", "c2jShape" : "Double", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceFields", "c2jShape" : "FieldNameCommaList", "deprecated" : false, "documentation" : "

A list of source fields to map to the field.

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

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceFields", "getterDocumentation" : "/**

A list of source fields to map to the field.

\n@return A list of source fields to map to the field.*/", "getterMethodName" : "getSourceFields", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceFields", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceFields", "setterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.*/", "setterMethodName" : "setSourceFields", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "

A list of source fields to map to the field.

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

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "Double", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, "FacetEnabled" : { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

A list of source fields to map to the field.

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

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceFields", "getterDocumentation" : "/**

A list of source fields to map to the field.

\n@return A list of source fields to map to the field.*/", "getterMethodName" : "getSourceFields", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceFields", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceFields", "setterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.*/", "setterMethodName" : "setSourceFields", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "

A list of source fields to map to the field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DoubleArrayOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : null, "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "wrapper" : false }, "DoubleOptions" : { "c2jName" : "DoubleOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Options for a double-precision 64-bit floating point field. Present if IndexFieldType specifies the field is of type double. All options are enabled by default.

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

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

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

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@return A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

", "simpleType" : "Double", "variableSetterType" : "Double" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceField", "c2jShape" : "FieldName", "deprecated" : false, "documentation" : "

The name of the source field to map to the field.

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

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**

The name of the source field to map to the field.

\n@return The name of the source field to map to the field.*/", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.*/", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "

The name of the source field to map to the field.

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

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the field can be used to sort the search results.

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

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

Whether the field can be used to sort the search results.

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

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

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

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@return A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "Double", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "", "simpleType" : "Double", "variableSetterType" : "Double" }, "simple" : true, "varargSetterDocumentation" : "/**

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Double", "variableName" : "defaultValue", "variableType" : "Double", "documentation" : "

A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.

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

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the field can be used to sort the search results.

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

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

Whether the field can be used to sort the search results.

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

The name of the source field to map to the field.

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

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**

The name of the source field to map to the field.

\n@return The name of the source field to map to the field.*/", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.*/", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "

The name of the source field to map to the field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "DoubleOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : null, "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "wrapper" : false }, "Expression" : { "c2jName" : "Expression", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

A named expression that can be evaluated at search time. Can be used to sort the search results, define other expressions, or return computed information in the search results.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ExpressionName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param expressionName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getExpressionName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExpressionName", "setterDocumentation" : "/**\n@param expressionName */", "setterMethodName" : "setExpressionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expressionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param expressionName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "expressionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ExpressionValue", "c2jShape" : "ExpressionValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param expressionValue \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getExpressionValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExpressionValue", "setterDocumentation" : "/**\n@param expressionValue */", "setterMethodName" : "setExpressionValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expressionValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param expressionValue \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "expressionValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ExpressionName" : { "c2jName" : "ExpressionName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param expressionName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getExpressionName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExpressionName", "setterDocumentation" : "/**\n@param expressionName */", "setterMethodName" : "setExpressionName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expressionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param expressionName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "expressionName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ExpressionValue" : { "c2jName" : "ExpressionValue", "c2jShape" : "ExpressionValue", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param expressionValue \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withExpressionValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getExpressionValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ExpressionValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ExpressionValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ExpressionValue", "setterDocumentation" : "/**\n@param expressionValue */", "setterMethodName" : "setExpressionValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "expressionValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param expressionValue \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "expressionValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ExpressionName", "ExpressionValue" ], "shapeName" : "Expression", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Expression", "variableName" : "expression", "variableType" : "Expression", "documentation" : null, "simpleType" : "Expression", "variableSetterType" : "Expression" }, "wrapper" : false }, "ExpressionStatus" : { "c2jName" : "ExpressionStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The value of an Expression and its current status.

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

The expression that is evaluated for sorting while processing a search request.

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

The expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**

The expression that is evaluated for sorting while processing a search request.

\n@return The expression that is evaluated for sorting while processing a search request.*/", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "Expression", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.*/", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "Expression", "variableName" : "options", "variableType" : "Expression", "documentation" : "", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "simple" : false, "varargSetterDocumentation" : "/**

The expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Expression", "variableName" : "options", "variableType" : "Expression", "documentation" : "

The expression that is evaluated for sorting while processing a search request.

", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "Expression", "deprecated" : false, "documentation" : "

The expression that is evaluated for sorting while processing a search request.

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

The expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**

The expression that is evaluated for sorting while processing a search request.

\n@return The expression that is evaluated for sorting while processing a search request.*/", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "Expression", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.*/", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "Expression", "variableName" : "options", "variableType" : "Expression", "documentation" : "", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "simple" : false, "varargSetterDocumentation" : "/**

The expression that is evaluated for sorting while processing a search request.

\n@param options The expression that is evaluated for sorting while processing a search request.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Expression", "variableName" : "options", "variableType" : "Expression", "documentation" : "

The expression that is evaluated for sorting while processing a search request.

", "simpleType" : "Expression", "variableSetterType" : "Expression" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Options", "Status" ], "shapeName" : "ExpressionStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ExpressionStatus", "variableName" : "expressionStatus", "variableType" : "ExpressionStatus", "documentation" : null, "simpleType" : "ExpressionStatus", "variableSetterType" : "ExpressionStatus" }, "wrapper" : false }, "IndexDocumentsRequest" : { "c2jName" : "IndexDocumentsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Container for the parameters to the IndexDocuments operation. Specifies the name of the domain you want to re-index.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "IndexDocuments", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName" ], "shapeName" : "IndexDocumentsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "IndexDocumentsRequest", "variableName" : "indexDocumentsRequest", "variableType" : "IndexDocumentsRequest", "documentation" : null, "simpleType" : "IndexDocumentsRequest", "variableSetterType" : "IndexDocumentsRequest" }, "wrapper" : false }, "IndexDocumentsResult" : { "c2jName" : "IndexDocumentsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The result of an IndexDocuments request. Contains the status of the indexing operation, including the fields being indexed.

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

The names of the fields that are currently being indexed.

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

The names of the fields that are currently being indexed.

\n@param fieldNames The names of the fields that are currently being indexed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFieldNames", "getterDocumentation" : "/**

The names of the fields that are currently being indexed.

\n@return The names of the fields that are currently being indexed.*/", "getterMethodName" : "getFieldNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FieldNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FieldNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FieldName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FieldNames", "setterDocumentation" : "/**

The names of the fields that are currently being indexed.

\n@param fieldNames The names of the fields that are currently being indexed.*/", "setterMethodName" : "setFieldNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the fields that are currently being indexed.

\n

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

\n@param fieldNames The names of the fields that are currently being indexed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "

The names of the fields that are currently being indexed.

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

The names of the fields that are currently being indexed.

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

The names of the fields that are currently being indexed.

\n@param fieldNames The names of the fields that are currently being indexed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFieldNames", "getterDocumentation" : "/**

The names of the fields that are currently being indexed.

\n@return The names of the fields that are currently being indexed.*/", "getterMethodName" : "getFieldNames", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FieldNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FieldNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "FieldName", "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.*/", "fluentSetterMethodName" : "withMember", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMember", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setMember", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "com.amazonaws.internal.SdkInternalList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "FieldNames", "setterDocumentation" : "/**

The names of the fields that are currently being indexed.

\n@param fieldNames The names of the fields that are currently being indexed.*/", "setterMethodName" : "setFieldNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the fields that are currently being indexed.

\n

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

\n@param fieldNames The names of the fields that are currently being indexed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "variableName" : "fieldNames", "variableType" : "java.util.List", "documentation" : "

The names of the fields that are currently being indexed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IndexDocumentsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "IndexDocumentsResult" }, "variable" : { "variableDeclarationType" : "IndexDocumentsResult", "variableName" : "indexDocumentsResult", "variableType" : "IndexDocumentsResult", "documentation" : null, "simpleType" : "IndexDocumentsResult", "variableSetterType" : "IndexDocumentsResult" }, "wrapper" : false }, "IndexField" : { "c2jName" : "IndexField", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType.

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

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

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

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexFieldName", "getterDocumentation" : "/**

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@return A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.*/", "getterMethodName" : "getIndexFieldName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexFieldName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFieldName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexFieldName", "setterDocumentation" : "/**

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.*/", "setterMethodName" : "setIndexFieldName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexFieldName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexFieldName", "variableType" : "String", "documentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IndexFieldType", "c2jShape" : "IndexFieldType", "deprecated" : false, "documentation" : "", "enumType" : "IndexFieldType", "fluentSetterDocumentation" : "/**\n@param indexFieldType \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType*/", "fluentSetterMethodName" : "withIndexFieldType", "getterDocumentation" : "/**\n@return \n@see IndexFieldType*/", "getterMethodName" : "getIndexFieldType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexFieldType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFieldType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexFieldType", "setterDocumentation" : "/**\n@param indexFieldType \n@see IndexFieldType*/", "setterMethodName" : "setIndexFieldType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexFieldType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param indexFieldType \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexFieldType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IntOptions", "c2jShape" : "IntOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param intOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIntOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getIntOptions", "getterModel" : { "returnType" : "IntOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IntOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IntOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IntOptions", "setterDocumentation" : "/**\n@param intOptions */", "setterMethodName" : "setIntOptions", "setterModel" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : "", "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param intOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : "", "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DoubleOptions", "c2jShape" : "DoubleOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param doubleOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDoubleOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDoubleOptions", "getterModel" : { "returnType" : "DoubleOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DoubleOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DoubleOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DoubleOptions", "setterDocumentation" : "/**\n@param doubleOptions */", "setterMethodName" : "setDoubleOptions", "setterModel" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : "", "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param doubleOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : "", "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LiteralOptions", "c2jShape" : "LiteralOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param literalOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLiteralOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getLiteralOptions", "getterModel" : { "returnType" : "LiteralOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LiteralOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LiteralOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LiteralOptions", "setterDocumentation" : "/**\n@param literalOptions */", "setterMethodName" : "setLiteralOptions", "setterModel" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : "", "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param literalOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : "", "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TextOptions", "c2jShape" : "TextOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param textOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTextOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getTextOptions", "getterModel" : { "returnType" : "TextOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TextOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TextOptions", "setterDocumentation" : "/**\n@param textOptions */", "setterMethodName" : "setTextOptions", "setterModel" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : "", "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param textOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : "", "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DateOptions", "c2jShape" : "DateOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param dateOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDateOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDateOptions", "getterModel" : { "returnType" : "DateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DateOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DateOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DateOptions", "setterDocumentation" : "/**\n@param dateOptions */", "setterMethodName" : "setDateOptions", "setterModel" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : "", "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param dateOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : "", "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LatLonOptions", "c2jShape" : "LatLonOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param latLonOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLatLonOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getLatLonOptions", "getterModel" : { "returnType" : "LatLonOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LatLonOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatLonOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LatLonOptions", "setterDocumentation" : "/**\n@param latLonOptions */", "setterMethodName" : "setLatLonOptions", "setterModel" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : "", "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param latLonOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : "", "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "IntArrayOptions", "c2jShape" : "IntArrayOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param intArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIntArrayOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getIntArrayOptions", "getterModel" : { "returnType" : "IntArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IntArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IntArrayOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IntArrayOptions", "setterDocumentation" : "/**\n@param intArrayOptions */", "setterMethodName" : "setIntArrayOptions", "setterModel" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : "", "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param intArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : "", "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DoubleArrayOptions", "c2jShape" : "DoubleArrayOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param doubleArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDoubleArrayOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDoubleArrayOptions", "getterModel" : { "returnType" : "DoubleArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DoubleArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DoubleArrayOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DoubleArrayOptions", "setterDocumentation" : "/**\n@param doubleArrayOptions */", "setterMethodName" : "setDoubleArrayOptions", "setterModel" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : "", "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param doubleArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : "", "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LiteralArrayOptions", "c2jShape" : "LiteralArrayOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param literalArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLiteralArrayOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getLiteralArrayOptions", "getterModel" : { "returnType" : "LiteralArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LiteralArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LiteralArrayOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LiteralArrayOptions", "setterDocumentation" : "/**\n@param literalArrayOptions */", "setterMethodName" : "setLiteralArrayOptions", "setterModel" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : "", "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param literalArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : "", "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "TextArrayOptions", "c2jShape" : "TextArrayOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param textArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTextArrayOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getTextArrayOptions", "getterModel" : { "returnType" : "TextArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TextArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextArrayOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TextArrayOptions", "setterDocumentation" : "/**\n@param textArrayOptions */", "setterMethodName" : "setTextArrayOptions", "setterModel" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : "", "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param textArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : "", "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DateArrayOptions", "c2jShape" : "DateArrayOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param dateArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDateArrayOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDateArrayOptions", "getterModel" : { "returnType" : "DateArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DateArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DateArrayOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DateArrayOptions", "setterDocumentation" : "/**\n@param dateArrayOptions */", "setterMethodName" : "setDateArrayOptions", "setterModel" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : "", "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param dateArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : "", "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DateArrayOptions" : { "c2jName" : "DateArrayOptions", "c2jShape" : "DateArrayOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param dateArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDateArrayOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDateArrayOptions", "getterModel" : { "returnType" : "DateArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DateArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DateArrayOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DateArrayOptions", "setterDocumentation" : "/**\n@param dateArrayOptions */", "setterMethodName" : "setDateArrayOptions", "setterModel" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : "", "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param dateArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DateArrayOptions", "variableName" : "dateArrayOptions", "variableType" : "DateArrayOptions", "documentation" : "", "simpleType" : "DateArrayOptions", "variableSetterType" : "DateArrayOptions" }, "xmlNameSpaceUri" : null }, "DateOptions" : { "c2jName" : "DateOptions", "c2jShape" : "DateOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param dateOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDateOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDateOptions", "getterModel" : { "returnType" : "DateOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DateOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DateOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DateOptions", "setterDocumentation" : "/**\n@param dateOptions */", "setterMethodName" : "setDateOptions", "setterModel" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : "", "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param dateOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DateOptions", "variableName" : "dateOptions", "variableType" : "DateOptions", "documentation" : "", "simpleType" : "DateOptions", "variableSetterType" : "DateOptions" }, "xmlNameSpaceUri" : null }, "DoubleArrayOptions" : { "c2jName" : "DoubleArrayOptions", "c2jShape" : "DoubleArrayOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param doubleArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDoubleArrayOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDoubleArrayOptions", "getterModel" : { "returnType" : "DoubleArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DoubleArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DoubleArrayOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DoubleArrayOptions", "setterDocumentation" : "/**\n@param doubleArrayOptions */", "setterMethodName" : "setDoubleArrayOptions", "setterModel" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : "", "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param doubleArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DoubleArrayOptions", "variableName" : "doubleArrayOptions", "variableType" : "DoubleArrayOptions", "documentation" : "", "simpleType" : "DoubleArrayOptions", "variableSetterType" : "DoubleArrayOptions" }, "xmlNameSpaceUri" : null }, "DoubleOptions" : { "c2jName" : "DoubleOptions", "c2jShape" : "DoubleOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param doubleOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDoubleOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDoubleOptions", "getterModel" : { "returnType" : "DoubleOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DoubleOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DoubleOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DoubleOptions", "setterDocumentation" : "/**\n@param doubleOptions */", "setterMethodName" : "setDoubleOptions", "setterModel" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : "", "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param doubleOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DoubleOptions", "variableName" : "doubleOptions", "variableType" : "DoubleOptions", "documentation" : "", "simpleType" : "DoubleOptions", "variableSetterType" : "DoubleOptions" }, "xmlNameSpaceUri" : null }, "IndexFieldName" : { "c2jName" : "IndexFieldName", "c2jShape" : "DynamicFieldName", "deprecated" : false, "documentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

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

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIndexFieldName", "getterDocumentation" : "/**

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@return A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.*/", "getterMethodName" : "getIndexFieldName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexFieldName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFieldName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexFieldName", "setterDocumentation" : "/**

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.*/", "setterMethodName" : "setIndexFieldName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexFieldName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

\n@param indexFieldName A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexFieldName", "variableType" : "String", "documentation" : "

A string that represents the name of an index field. CloudSearch supports regular index fields as well as dynamic fields. A dynamic field's name defines a pattern that begins or ends with a wildcard. Any document fields that don't map to a regular index field but do match a dynamic field's pattern are configured with the dynamic field's indexing options.

Regular field names begin with a letter and can contain the following characters: a-z (lowercase), 0-9, and _ (underscore). Dynamic field names must begin or end with a wildcard (*). The wildcard can also be the only character in a dynamic field name. Multiple wildcards, and wildcards embedded within a string are not supported.

The name score is reserved and cannot be used as a field name. To reference a document's ID, you can use the name _id.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IndexFieldType" : { "c2jName" : "IndexFieldType", "c2jShape" : "IndexFieldType", "deprecated" : false, "documentation" : "", "enumType" : "IndexFieldType", "fluentSetterDocumentation" : "/**\n@param indexFieldType \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType*/", "fluentSetterMethodName" : "withIndexFieldType", "getterDocumentation" : "/**\n@return \n@see IndexFieldType*/", "getterMethodName" : "getIndexFieldType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IndexFieldType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IndexFieldType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IndexFieldType", "setterDocumentation" : "/**\n@param indexFieldType \n@see IndexFieldType*/", "setterMethodName" : "setIndexFieldType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "indexFieldType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param indexFieldType \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "indexFieldType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "IntArrayOptions" : { "c2jName" : "IntArrayOptions", "c2jShape" : "IntArrayOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param intArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIntArrayOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getIntArrayOptions", "getterModel" : { "returnType" : "IntArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IntArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IntArrayOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IntArrayOptions", "setterDocumentation" : "/**\n@param intArrayOptions */", "setterMethodName" : "setIntArrayOptions", "setterModel" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : "", "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param intArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : "", "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "xmlNameSpaceUri" : null }, "IntOptions" : { "c2jName" : "IntOptions", "c2jShape" : "IntOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param intOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withIntOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getIntOptions", "getterModel" : { "returnType" : "IntOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "IntOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "IntOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "IntOptions", "setterDocumentation" : "/**\n@param intOptions */", "setterMethodName" : "setIntOptions", "setterModel" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : "", "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param intOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : "", "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "xmlNameSpaceUri" : null }, "LatLonOptions" : { "c2jName" : "LatLonOptions", "c2jShape" : "LatLonOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param latLonOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLatLonOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getLatLonOptions", "getterModel" : { "returnType" : "LatLonOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LatLonOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LatLonOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LatLonOptions", "setterDocumentation" : "/**\n@param latLonOptions */", "setterMethodName" : "setLatLonOptions", "setterModel" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : "", "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param latLonOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : "", "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "xmlNameSpaceUri" : null }, "LiteralArrayOptions" : { "c2jName" : "LiteralArrayOptions", "c2jShape" : "LiteralArrayOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param literalArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLiteralArrayOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getLiteralArrayOptions", "getterModel" : { "returnType" : "LiteralArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LiteralArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LiteralArrayOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LiteralArrayOptions", "setterDocumentation" : "/**\n@param literalArrayOptions */", "setterMethodName" : "setLiteralArrayOptions", "setterModel" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : "", "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param literalArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : "", "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "xmlNameSpaceUri" : null }, "LiteralOptions" : { "c2jName" : "LiteralOptions", "c2jShape" : "LiteralOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param literalOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withLiteralOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getLiteralOptions", "getterModel" : { "returnType" : "LiteralOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LiteralOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LiteralOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LiteralOptions", "setterDocumentation" : "/**\n@param literalOptions */", "setterMethodName" : "setLiteralOptions", "setterModel" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : "", "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param literalOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : "", "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "xmlNameSpaceUri" : null }, "TextArrayOptions" : { "c2jName" : "TextArrayOptions", "c2jShape" : "TextArrayOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param textArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTextArrayOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getTextArrayOptions", "getterModel" : { "returnType" : "TextArrayOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TextArrayOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextArrayOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TextArrayOptions", "setterDocumentation" : "/**\n@param textArrayOptions */", "setterMethodName" : "setTextArrayOptions", "setterModel" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : "", "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param textArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : "", "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "xmlNameSpaceUri" : null }, "TextOptions" : { "c2jName" : "TextOptions", "c2jShape" : "TextOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param textOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withTextOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getTextOptions", "getterModel" : { "returnType" : "TextOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TextOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TextOptions", "setterDocumentation" : "/**\n@param textOptions */", "setterMethodName" : "setTextOptions", "setterModel" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : "", "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param textOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : "", "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "IndexFieldName", "IndexFieldType" ], "shapeName" : "IndexField", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IndexField", "variableName" : "indexField", "variableType" : "IndexField", "documentation" : null, "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "wrapper" : false }, "IndexFieldStatus" : { "c2jName" : "IndexFieldStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The value of an IndexField and its current status.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Options", "c2jShape" : "IndexField", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "IndexField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param options */", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "IndexField", "variableName" : "options", "variableType" : "IndexField", "documentation" : "", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IndexField", "variableName" : "options", "variableType" : "IndexField", "documentation" : "", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "IndexField", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "IndexField", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param options */", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "IndexField", "variableName" : "options", "variableType" : "IndexField", "documentation" : "", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "IndexField", "variableName" : "options", "variableType" : "IndexField", "documentation" : "", "simpleType" : "IndexField", "variableSetterType" : "IndexField" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Options", "Status" ], "shapeName" : "IndexFieldStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IndexFieldStatus", "variableName" : "indexFieldStatus", "variableType" : "IndexFieldStatus", "documentation" : null, "simpleType" : "IndexFieldStatus", "variableSetterType" : "IndexFieldStatus" }, "wrapper" : false }, "IndexFieldType" : { "c2jName" : "IndexFieldType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The type of field. The valid options for a field depend on the field type. For more information about the supported field types, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

", "enums" : [ { "name" : "Int", "value" : "int" }, { "name" : "Double", "value" : "double" }, { "name" : "Literal", "value" : "literal" }, { "name" : "Text", "value" : "text" }, { "name" : "Date", "value" : "date" }, { "name" : "Latlon", "value" : "latlon" }, { "name" : "IntArray", "value" : "int-array" }, { "name" : "DoubleArray", "value" : "double-array" }, { "name" : "LiteralArray", "value" : "literal-array" }, { "name" : "TextArray", "value" : "text-array" }, { "name" : "DateArray", "value" : "date-array" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IndexFieldType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IndexFieldType", "variableName" : "indexFieldType", "variableType" : "IndexFieldType", "documentation" : null, "simpleType" : "IndexFieldType", "variableSetterType" : "IndexFieldType" }, "wrapper" : false }, "IntArrayOptions" : { "c2jName" : "IntArrayOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Options for a field that contains an array of 64-bit signed integers. Present if IndexFieldType specifies the field is of type int-array. All options are enabled by default.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DefaultValue", "c2jShape" : "Long", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceFields", "c2jShape" : "FieldNameCommaList", "deprecated" : false, "documentation" : "

A list of source fields to map to the field.

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

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceFields", "getterDocumentation" : "/**

A list of source fields to map to the field.

\n@return A list of source fields to map to the field.*/", "getterMethodName" : "getSourceFields", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceFields", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceFields", "setterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.*/", "setterMethodName" : "setSourceFields", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "

A list of source fields to map to the field.

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

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "Long", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "FacetEnabled" : { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

A list of source fields to map to the field.

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

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceFields", "getterDocumentation" : "/**

A list of source fields to map to the field.

\n@return A list of source fields to map to the field.*/", "getterMethodName" : "getSourceFields", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceFields", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceFields", "setterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.*/", "setterMethodName" : "setSourceFields", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "

A list of source fields to map to the field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IntArrayOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IntArrayOptions", "variableName" : "intArrayOptions", "variableType" : "IntArrayOptions", "documentation" : null, "simpleType" : "IntArrayOptions", "variableSetterType" : "IntArrayOptions" }, "wrapper" : false }, "IntOptions" : { "c2jName" : "IntOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Options for a 64-bit signed integer field. Present if IndexFieldType specifies the field is of type int. All options are enabled by default.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DefaultValue", "c2jShape" : "Long", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@return A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceField", "c2jShape" : "FieldName", "deprecated" : false, "documentation" : "

The name of the source field to map to the field.

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

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**

The name of the source field to map to the field.

\n@return The name of the source field to map to the field.*/", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.*/", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "

The name of the source field to map to the field.

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

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the field can be used to sort the search results.

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

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

Whether the field can be used to sort the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "Long", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@return A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "", "simpleType" : "Long", "variableSetterType" : "Long" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@param defaultValue A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Long", "variableName" : "defaultValue", "variableType" : "Long", "documentation" : "A value to use for the field if the field isn't specified for a document. This can be important if you are using the field in an expression and that field is not present in every document.", "simpleType" : "Long", "variableSetterType" : "Long" }, "xmlNameSpaceUri" : null }, "FacetEnabled" : { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the field can be used to sort the search results.

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

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

Whether the field can be used to sort the search results.

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

The name of the source field to map to the field.

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

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**

The name of the source field to map to the field.

\n@return The name of the source field to map to the field.*/", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.*/", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the source field to map to the field.

\n@param sourceField The name of the source field to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "

The name of the source field to map to the field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "IntOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "IntOptions", "variableName" : "intOptions", "variableType" : "IntOptions", "documentation" : null, "simpleType" : "IntOptions", "variableSetterType" : "IntOptions" }, "wrapper" : false }, "InternalException" : { "c2jName" : "InternalException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.

", "enums" : null, "errorCode" : "InternalException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "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" : "

The request was rejected because it specified an invalid type definition.

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

Options for a latlon field. A latlon field contains a location stored as a latitude and longitude value pair. Present if IndexFieldType specifies the field is of type latlon. All options are enabled by default.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceField", "c2jShape" : "FieldName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**\n@param sourceField */", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the field can be used to sort the search results.

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

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

Whether the field can be used to sort the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FacetEnabled" : { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the field can be used to sort the search results.

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

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

Whether the field can be used to sort the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "SourceField" : { "c2jName" : "SourceField", "c2jShape" : "FieldName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**\n@param sourceField */", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LatLonOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LatLonOptions", "variableName" : "latLonOptions", "variableType" : "LatLonOptions", "documentation" : null, "simpleType" : "LatLonOptions", "variableSetterType" : "LatLonOptions" }, "wrapper" : false }, "LimitExceededException" : { "c2jName" : "LimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The request was rejected because a resource limit has already been met.

", "enums" : null, "errorCode" : "LimitExceeded", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LimitExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LimitExceededException", "variableName" : "limitExceededException", "variableType" : "LimitExceededException", "documentation" : null, "simpleType" : "LimitExceededException", "variableSetterType" : "LimitExceededException" }, "wrapper" : false }, "Limits" : { "c2jName" : "Limits", "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" : "MaximumReplicationCount", "c2jShape" : "MaximumReplicationCount", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param maximumReplicationCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaximumReplicationCount", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMaximumReplicationCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaximumReplicationCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaximumReplicationCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaximumReplicationCount", "setterDocumentation" : "/**\n@param maximumReplicationCount */", "setterMethodName" : "setMaximumReplicationCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maximumReplicationCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param maximumReplicationCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maximumReplicationCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MaximumPartitionCount", "c2jShape" : "MaximumPartitionCount", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param maximumPartitionCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaximumPartitionCount", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMaximumPartitionCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaximumPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaximumPartitionCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaximumPartitionCount", "setterDocumentation" : "/**\n@param maximumPartitionCount */", "setterMethodName" : "setMaximumPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maximumPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param maximumPartitionCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maximumPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "MaximumPartitionCount" : { "c2jName" : "MaximumPartitionCount", "c2jShape" : "MaximumPartitionCount", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param maximumPartitionCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaximumPartitionCount", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMaximumPartitionCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaximumPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaximumPartitionCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaximumPartitionCount", "setterDocumentation" : "/**\n@param maximumPartitionCount */", "setterMethodName" : "setMaximumPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maximumPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param maximumPartitionCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maximumPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null }, "MaximumReplicationCount" : { "c2jName" : "MaximumReplicationCount", "c2jShape" : "MaximumReplicationCount", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param maximumReplicationCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMaximumReplicationCount", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getMaximumReplicationCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MaximumReplicationCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MaximumReplicationCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MaximumReplicationCount", "setterDocumentation" : "/**\n@param maximumReplicationCount */", "setterMethodName" : "setMaximumReplicationCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "maximumReplicationCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param maximumReplicationCount \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "maximumReplicationCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "MaximumReplicationCount", "MaximumPartitionCount" ], "shapeName" : "Limits", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Limits", "variableName" : "limits", "variableType" : "Limits", "documentation" : null, "simpleType" : "Limits", "variableSetterType" : "Limits" }, "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" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "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 request. Contains a list of the domains owned by an account.

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

The names of the search domains owned by an account.

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

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainNames", "getterDocumentation" : "/**

The names of the search domains owned by an account.

\n@return The names of the search domains owned by an account.*/", "getterMethodName" : "getDomainNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "APIVersion", "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.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setValue", "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" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "DomainNames", "setterDocumentation" : "/**

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.*/", "setterMethodName" : "setDomainNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "domainNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "domainNames", "variableType" : "java.util.Map", "documentation" : "

The names of the search domains owned by an account.

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

The names of the search domains owned by an account.

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

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainNames", "getterDocumentation" : "/**

The names of the search domains owned by an account.

\n@return The names of the search domains owned by an account.*/", "getterMethodName" : "getDomainNames", "getterModel" : { "returnType" : "java.util.Map", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DomainNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DomainNames", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : true, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyLocationName" : "key", "keyModel" : null, "keyType" : "String", "valueLocationName" : "value", "valueModel" : { "c2jName" : "value", "c2jShape" : "APIVersion", "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.*/", "fluentSetterMethodName" : "withValue", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 */", "setterMethodName" : "setValue", "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" : "com.amazonaws.internal.SdkInternalMap", "templateType" : "java.util.Map", "valueList" : false, "valueSimple" : true }, "name" : "DomainNames", "setterDocumentation" : "/**

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.*/", "setterMethodName" : "setDomainNames", "setterModel" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "domainNames", "variableType" : "java.util.Map", "documentation" : "", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "simple" : false, "varargSetterDocumentation" : "/**

The names of the search domains owned by an account.

\n@param domainNames The names of the search domains owned by an account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap", "variableName" : "domainNames", "variableType" : "java.util.Map", "documentation" : "

The names of the search domains owned by an account.

", "simpleType" : "Map", "variableSetterType" : "java.util.Map" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ListDomainNamesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "ListDomainNamesResult" }, "variable" : { "variableDeclarationType" : "ListDomainNamesResult", "variableName" : "listDomainNamesResult", "variableType" : "ListDomainNamesResult", "documentation" : null, "simpleType" : "ListDomainNamesResult", "variableSetterType" : "ListDomainNamesResult" }, "wrapper" : false }, "LiteralArrayOptions" : { "c2jName" : "LiteralArrayOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Options for a field that contains an array of literal strings. Present if IndexFieldType specifies the field is of type literal-array. All options are enabled by default.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceFields", "c2jShape" : "FieldNameCommaList", "deprecated" : false, "documentation" : "

A list of source fields to map to the field.

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

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceFields", "getterDocumentation" : "/**

A list of source fields to map to the field.

\n@return A list of source fields to map to the field.*/", "getterMethodName" : "getSourceFields", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceFields", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceFields", "setterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.*/", "setterMethodName" : "setSourceFields", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "

A list of source fields to map to the field.

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

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FacetEnabled" : { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

A list of source fields to map to the field.

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

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceFields", "getterDocumentation" : "/**

A list of source fields to map to the field.

\n@return A list of source fields to map to the field.*/", "getterMethodName" : "getSourceFields", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceFields", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceFields", "setterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.*/", "setterMethodName" : "setSourceFields", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

A list of source fields to map to the field.

\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "

A list of source fields to map to the field.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LiteralArrayOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LiteralArrayOptions", "variableName" : "literalArrayOptions", "variableType" : "LiteralArrayOptions", "documentation" : null, "simpleType" : "LiteralArrayOptions", "variableSetterType" : "LiteralArrayOptions" }, "wrapper" : false }, "LiteralOptions" : { "c2jName" : "LiteralOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Options for literal field. Present if IndexFieldType specifies the field is of type literal. All options are enabled by default.

", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceField", "c2jShape" : "FieldName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**\n@param sourceField */", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the field can be used to sort the search results.

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

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

Whether the field can be used to sort the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "FacetEnabled" : { "c2jName" : "FacetEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

Whether facet information can be returned for the field.

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

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withFacetEnabled", "getterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@return Whether facet information can be returned for the field.*/", "getterMethodName" : "getFacetEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "FacetEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "FacetEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "FacetEnabled", "setterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.*/", "setterMethodName" : "setFacetEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether facet information can be returned for the field.

\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "facetEnabled", "variableType" : "Boolean", "documentation" : "

Whether facet information can be returned for the field.

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

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field can be returned in the search results.

\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field can be returned in the search results.

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

Whether the contents of the field are searchable.

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

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSearchEnabled", "getterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@return Whether the contents of the field are searchable.*/", "getterMethodName" : "getSearchEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SearchEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SearchEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SearchEnabled", "setterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.*/", "setterMethodName" : "setSearchEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the contents of the field are searchable.

\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "searchEnabled", "variableType" : "Boolean", "documentation" : "

Whether the contents of the field are searchable.

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

Whether the field can be used to sort the search results.

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

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

Whether the field can be used to sort the search results.

\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

Whether the field can be used to sort the search results.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "SourceField" : { "c2jName" : "SourceField", "c2jShape" : "FieldName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**\n@param sourceField */", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "LiteralOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LiteralOptions", "variableName" : "literalOptions", "variableType" : "LiteralOptions", "documentation" : null, "simpleType" : "LiteralOptions", "variableSetterType" : "LiteralOptions" }, "wrapper" : false }, "OptionState" : { "c2jName" : "OptionState", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The state of processing a change to an option. One of:

  • RequiresIndexDocuments: The option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
  • Processing: The option's latest value is in the process of being activated.
  • Active: The option's latest value is fully deployed.
  • FailedToValidate: The option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
", "enums" : [ { "name" : "RequiresIndexDocuments", "value" : "RequiresIndexDocuments" }, { "name" : "Processing", "value" : "Processing" }, { "name" : "Active", "value" : "Active" }, { "name" : "FailedToValidate", "value" : "FailedToValidate" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "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" : "

The status of domain configuration option.

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

A timestamp for when this option was created.

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

A timestamp for when this option was created.

\n@param creationDate A timestamp for when this option was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationDate", "getterDocumentation" : "/**

A timestamp for when this option was created.

\n@return A timestamp for when this option was created.*/", "getterMethodName" : "getCreationDate", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

A timestamp for when this option was created.

\n@param creationDate A timestamp for when this option was created.*/", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

A timestamp for when this option was created.

\n@param creationDate A timestamp for when this option was created.\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" : "

A timestamp for when this option was created.

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

A timestamp for when this option was last updated.

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

A timestamp for when this option was last updated.

\n@param updateDate A timestamp for when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUpdateDate", "getterDocumentation" : "/**

A timestamp for when this option was last updated.

\n@return A timestamp for when this option was last updated.*/", "getterMethodName" : "getUpdateDate", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

A timestamp for when this option was last updated.

\n@param updateDate A timestamp for when this option was last updated.*/", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "updateDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

A timestamp for when this option was last updated.

\n@param updateDate A timestamp for when this option was last updated.\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" : "

A timestamp for when this option was last updated.

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

A unique integer that indicates when this option was last updated.

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

A unique integer that indicates when this option was last updated.

\n@param updateVersion A unique integer that indicates when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUpdateVersion", "getterDocumentation" : "/**

A unique integer that indicates when this option was last updated.

\n@return A unique integer that indicates when this option was last updated.*/", "getterMethodName" : "getUpdateVersion", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

A unique integer that indicates when this option was last updated.

\n@param updateVersion A unique integer that indicates when this option was last updated.*/", "setterMethodName" : "setUpdateVersion", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

A unique integer that indicates when this option was last updated.

\n@param updateVersion A unique integer that indicates when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "

A unique integer that indicates when this option was last updated.

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

The state of processing a change to an option. Possible values:

  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
  • Processing: the option's latest value is in the process of being activated.
  • Active: the option's latest value is completely deployed.
  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
", "enumType" : "OptionState", "fluentSetterDocumentation" : "/**

The state of processing a change to an option. Possible values:

  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
  • Processing: the option's latest value is in the process of being activated.
  • Active: the option's latest value is completely deployed.
  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
\n@param state The state of processing a change to an option. Possible values:

  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
  • Processing: the option's latest value is in the process of being activated.
  • Active: the option's latest value is completely deployed.
  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
  • \n@return Returns a reference to this object so that method calls can be chained together.\n@see OptionState*/", "fluentSetterMethodName" : "withState", "getterDocumentation" : "/**

    The state of processing a change to an option. Possible values:

    • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
    • Processing: the option's latest value is in the process of being activated.
    • Active: the option's latest value is completely deployed.
    • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
    \n@return The state of processing a change to an option. Possible values:

    • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
    • Processing: the option's latest value is in the process of being activated.
    • Active: the option's latest value is completely deployed.
    • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
    • \n@see OptionState*/", "getterMethodName" : "getState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

      The state of processing a change to an option. Possible values:

      • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
      • Processing: the option's latest value is in the process of being activated.
      • Active: the option's latest value is completely deployed.
      • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
      \n@param state The state of processing a change to an option. Possible values:

      • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
      • Processing: the option's latest value is in the process of being activated.
      • Active: the option's latest value is completely deployed.
      • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
      • \n@see OptionState*/", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

        The state of processing a change to an option. Possible values:

        • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
        • Processing: the option's latest value is in the process of being activated.
        • Active: the option's latest value is completely deployed.
        • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
        \n@param state The state of processing a change to an option. Possible values:

        • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
        • Processing: the option's latest value is in the process of being activated.
        • Active: the option's latest value is completely deployed.
        • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
        • \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" : "

          The state of processing a change to an option. Possible values:

          • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
          • Processing: the option's latest value is in the process of being activated.
          • Active: the option's latest value is completely deployed.
          • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
          ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "PendingDeletion", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

          Indicates that the option will be deleted once processing is complete.

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

          Indicates that the option will be deleted once processing is complete.

          \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPendingDeletion", "getterDocumentation" : "/**

          Indicates that the option will be deleted once processing is complete.

          \n@return Indicates that the option will be deleted once processing is complete.*/", "getterMethodName" : "getPendingDeletion", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 that the option will be deleted once processing is complete.

          \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.*/", "setterMethodName" : "setPendingDeletion", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

          Indicates that the option will be deleted once processing is complete.

          \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.\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 that the option will be deleted once processing is complete.

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

          A timestamp for when this option was created.

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

          A timestamp for when this option was created.

          \n@param creationDate A timestamp for when this option was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withCreationDate", "getterDocumentation" : "/**

          A timestamp for when this option was created.

          \n@return A timestamp for when this option was created.*/", "getterMethodName" : "getCreationDate", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

          A timestamp for when this option was created.

          \n@param creationDate A timestamp for when this option was created.*/", "setterMethodName" : "setCreationDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "creationDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

          A timestamp for when this option was created.

          \n@param creationDate A timestamp for when this option was created.\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" : "

          A timestamp for when this option was created.

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

          Indicates that the option will be deleted once processing is complete.

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

          Indicates that the option will be deleted once processing is complete.

          \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withPendingDeletion", "getterDocumentation" : "/**

          Indicates that the option will be deleted once processing is complete.

          \n@return Indicates that the option will be deleted once processing is complete.*/", "getterMethodName" : "getPendingDeletion", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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 that the option will be deleted once processing is complete.

          \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.*/", "setterMethodName" : "setPendingDeletion", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "pendingDeletion", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

          Indicates that the option will be deleted once processing is complete.

          \n@param pendingDeletion Indicates that the option will be deleted once processing is complete.\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 that the option will be deleted once processing is complete.

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

          The state of processing a change to an option. Possible values:

          • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
          • Processing: the option's latest value is in the process of being activated.
          • Active: the option's latest value is completely deployed.
          • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
          ", "enumType" : "OptionState", "fluentSetterDocumentation" : "/**

          The state of processing a change to an option. Possible values:

          • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
          • Processing: the option's latest value is in the process of being activated.
          • Active: the option's latest value is completely deployed.
          • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
          \n@param state The state of processing a change to an option. Possible values:

          • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
          • Processing: the option's latest value is in the process of being activated.
          • Active: the option's latest value is completely deployed.
          • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
          • \n@return Returns a reference to this object so that method calls can be chained together.\n@see OptionState*/", "fluentSetterMethodName" : "withState", "getterDocumentation" : "/**

            The state of processing a change to an option. Possible values:

            • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
            • Processing: the option's latest value is in the process of being activated.
            • Active: the option's latest value is completely deployed.
            • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
            \n@return The state of processing a change to an option. Possible values:

            • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
            • Processing: the option's latest value is in the process of being activated.
            • Active: the option's latest value is completely deployed.
            • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
            • \n@see OptionState*/", "getterMethodName" : "getState", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

              The state of processing a change to an option. Possible values:

              • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
              • Processing: the option's latest value is in the process of being activated.
              • Active: the option's latest value is completely deployed.
              • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
              \n@param state The state of processing a change to an option. Possible values:

              • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
              • Processing: the option's latest value is in the process of being activated.
              • Active: the option's latest value is completely deployed.
              • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
              • \n@see OptionState*/", "setterMethodName" : "setState", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "state", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                The state of processing a change to an option. Possible values:

                • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
                • Processing: the option's latest value is in the process of being activated.
                • Active: the option's latest value is completely deployed.
                • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
                \n@param state The state of processing a change to an option. Possible values:

                • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
                • Processing: the option's latest value is in the process of being activated.
                • Active: the option's latest value is completely deployed.
                • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
                • \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" : "

                  The state of processing a change to an option. Possible values:

                  • RequiresIndexDocuments: the option's latest value will not be deployed until IndexDocuments has been called and indexing is complete.
                  • Processing: the option's latest value is in the process of being activated.
                  • Active: the option's latest value is completely deployed.
                  • FailedToValidate: the option value is not compatible with the domain's data and cannot be used to index the data. You must either modify the option value or update or remove the incompatible documents.
                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "UpdateDate" : { "c2jName" : "UpdateDate", "c2jShape" : "UpdateTimestamp", "deprecated" : false, "documentation" : "

                  A timestamp for when this option was last updated.

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

                  A timestamp for when this option was last updated.

                  \n@param updateDate A timestamp for when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUpdateDate", "getterDocumentation" : "/**

                  A timestamp for when this option was last updated.

                  \n@return A timestamp for when this option was last updated.*/", "getterMethodName" : "getUpdateDate", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

                  A timestamp for when this option was last updated.

                  \n@param updateDate A timestamp for when this option was last updated.*/", "setterMethodName" : "setUpdateDate", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "updateDate", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A timestamp for when this option was last updated.

                  \n@param updateDate A timestamp for when this option was last updated.\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" : "

                  A timestamp for when this option was last updated.

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

                  A unique integer that indicates when this option was last updated.

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

                  A unique integer that indicates when this option was last updated.

                  \n@param updateVersion A unique integer that indicates when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withUpdateVersion", "getterDocumentation" : "/**

                  A unique integer that indicates when this option was last updated.

                  \n@return A unique integer that indicates when this option was last updated.*/", "getterMethodName" : "getUpdateVersion", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

                  A unique integer that indicates when this option was last updated.

                  \n@param updateVersion A unique integer that indicates when this option was last updated.*/", "setterMethodName" : "setUpdateVersion", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A unique integer that indicates when this option was last updated.

                  \n@param updateVersion A unique integer that indicates when this option was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "updateVersion", "variableType" : "Integer", "documentation" : "

                  A unique integer that indicates when this option was last updated.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : 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 }, "PartitionInstanceType" : { "c2jName" : "PartitionInstanceType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The instance type (such as search.m1.small) on which an index partition is hosted.

                  ", "enums" : [ { "name" : "SearchM1Small", "value" : "search.m1.small" }, { "name" : "SearchM1Large", "value" : "search.m1.large" }, { "name" : "SearchM2Xlarge", "value" : "search.m2.xlarge" }, { "name" : "SearchM22xlarge", "value" : "search.m2.2xlarge" }, { "name" : "SearchM3Medium", "value" : "search.m3.medium" }, { "name" : "SearchM3Large", "value" : "search.m3.large" }, { "name" : "SearchM3Xlarge", "value" : "search.m3.xlarge" }, { "name" : "SearchM32xlarge", "value" : "search.m3.2xlarge" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "PartitionInstanceType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PartitionInstanceType", "variableName" : "partitionInstanceType", "variableType" : "PartitionInstanceType", "documentation" : null, "simpleType" : "PartitionInstanceType", "variableSetterType" : "PartitionInstanceType" }, "wrapper" : false }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The request was rejected because it attempted to reference a resource that does not exist.

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

                  The desired instance type and desired number of replicas of each index partition.

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

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                  ", "enumType" : "PartitionInstanceType", "fluentSetterDocumentation" : "/**

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                  \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PartitionInstanceType*/", "fluentSetterMethodName" : "withDesiredInstanceType", "getterDocumentation" : "/**

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                  \n@return The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType*/", "getterMethodName" : "getDesiredInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredInstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredInstanceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredInstanceType", "setterDocumentation" : "/**

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                  \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType*/", "setterMethodName" : "setDesiredInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "desiredInstanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                  \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PartitionInstanceType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "desiredInstanceType", "variableType" : "String", "documentation" : "

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

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

                  The number of replicas you want to preconfigure for each index partition.

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

                  The number of replicas you want to preconfigure for each index partition.

                  \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDesiredReplicationCount", "getterDocumentation" : "/**

                  The number of replicas you want to preconfigure for each index partition.

                  \n@return The number of replicas you want to preconfigure for each index partition.*/", "getterMethodName" : "getDesiredReplicationCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredReplicationCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredReplicationCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredReplicationCount", "setterDocumentation" : "/**

                  The number of replicas you want to preconfigure for each index partition.

                  \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.*/", "setterMethodName" : "setDesiredReplicationCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredReplicationCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of replicas you want to preconfigure for each index partition.

                  \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredReplicationCount", "variableType" : "Integer", "documentation" : "

                  The number of replicas you want to preconfigure for each index partition.

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

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

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

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                  \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDesiredPartitionCount", "getterDocumentation" : "/**

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                  \n@return The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.*/", "getterMethodName" : "getDesiredPartitionCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredPartitionCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredPartitionCount", "setterDocumentation" : "/**

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                  \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.*/", "setterMethodName" : "setDesiredPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                  \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredPartitionCount", "variableType" : "Integer", "documentation" : "

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

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

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                  ", "enumType" : "PartitionInstanceType", "fluentSetterDocumentation" : "/**

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                  \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PartitionInstanceType*/", "fluentSetterMethodName" : "withDesiredInstanceType", "getterDocumentation" : "/**

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                  \n@return The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType*/", "getterMethodName" : "getDesiredInstanceType", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredInstanceType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredInstanceType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredInstanceType", "setterDocumentation" : "/**

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                  \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@see PartitionInstanceType*/", "setterMethodName" : "setDesiredInstanceType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "desiredInstanceType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

                  \n@param desiredInstanceType The instance type that you want to preconfigure for your domain. For example, search.m1.small.\n@return Returns a reference to this object so that method calls can be chained together.\n@see PartitionInstanceType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "desiredInstanceType", "variableType" : "String", "documentation" : "

                  The instance type that you want to preconfigure for your domain. For example, search.m1.small.

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

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

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

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                  \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDesiredPartitionCount", "getterDocumentation" : "/**

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                  \n@return The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.*/", "getterMethodName" : "getDesiredPartitionCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredPartitionCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredPartitionCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredPartitionCount", "setterDocumentation" : "/**

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                  \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.*/", "setterMethodName" : "setDesiredPartitionCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredPartitionCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

                  \n@param desiredPartitionCount The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredPartitionCount", "variableType" : "Integer", "documentation" : "

                  The number of partitions you want to preconfigure for your domain. Only valid when you select m2.2xlarge as the desired instance type.

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

                  The number of replicas you want to preconfigure for each index partition.

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

                  The number of replicas you want to preconfigure for each index partition.

                  \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDesiredReplicationCount", "getterDocumentation" : "/**

                  The number of replicas you want to preconfigure for each index partition.

                  \n@return The number of replicas you want to preconfigure for each index partition.*/", "getterMethodName" : "getDesiredReplicationCount", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DesiredReplicationCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DesiredReplicationCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DesiredReplicationCount", "setterDocumentation" : "/**

                  The number of replicas you want to preconfigure for each index partition.

                  \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.*/", "setterMethodName" : "setDesiredReplicationCount", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "desiredReplicationCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The number of replicas you want to preconfigure for each index partition.

                  \n@param desiredReplicationCount The number of replicas you want to preconfigure for each index partition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "desiredReplicationCount", "variableType" : "Integer", "documentation" : "

                  The number of replicas you want to preconfigure for each index partition.

                  ", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ScalingParameters", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : null, "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "wrapper" : false }, "ScalingParametersStatus" : { "c2jName" : "ScalingParametersStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The status and configuration of a search domain's scaling parameters.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Options", "c2jShape" : "ScalingParameters", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "ScalingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param options */", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "options", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "options", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "ScalingParameters", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "ScalingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param options */", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "options", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "options", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Options", "Status" ], "shapeName" : "ScalingParametersStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParametersStatus", "variableType" : "ScalingParametersStatus", "documentation" : null, "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "wrapper" : false }, "ServiceEndpoint" : { "c2jName" : "ServiceEndpoint", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The endpoint to which service requests can be submitted.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Endpoint", "c2jShape" : "ServiceUrl", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param endpoint \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEndpoint", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getEndpoint", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param endpoint */", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param endpoint \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Endpoint" : { "c2jName" : "Endpoint", "c2jShape" : "ServiceUrl", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param endpoint \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withEndpoint", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getEndpoint", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param endpoint */", "setterMethodName" : "setEndpoint", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param endpoint \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "endpoint", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceEndpoint", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "ServiceEndpoint", "variableName" : "serviceEndpoint", "variableType" : "ServiceEndpoint", "documentation" : null, "simpleType" : "ServiceEndpoint", "variableSetterType" : "ServiceEndpoint" }, "wrapper" : false }, "Suggester" : { "c2jName" : "Suggester", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Configuration information for a search suggester. Each suggester has a unique name and specifies the text field you want to use for suggestions. The following options can be configured for a suggester: FuzzyMatching, SortExpression.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "SuggesterName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param suggesterName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggesterName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSuggesterName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SuggesterName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuggesterName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SuggesterName", "setterDocumentation" : "/**\n@param suggesterName */", "setterMethodName" : "setSuggesterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "suggesterName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param suggesterName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "suggesterName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "DocumentSuggesterOptions", "c2jShape" : "DocumentSuggesterOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param documentSuggesterOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDocumentSuggesterOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDocumentSuggesterOptions", "getterModel" : { "returnType" : "DocumentSuggesterOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DocumentSuggesterOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentSuggesterOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DocumentSuggesterOptions", "setterDocumentation" : "/**\n@param documentSuggesterOptions */", "setterMethodName" : "setDocumentSuggesterOptions", "setterModel" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : "", "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param documentSuggesterOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : "", "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DocumentSuggesterOptions" : { "c2jName" : "DocumentSuggesterOptions", "c2jShape" : "DocumentSuggesterOptions", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param documentSuggesterOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDocumentSuggesterOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDocumentSuggesterOptions", "getterModel" : { "returnType" : "DocumentSuggesterOptions", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DocumentSuggesterOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DocumentSuggesterOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DocumentSuggesterOptions", "setterDocumentation" : "/**\n@param documentSuggesterOptions */", "setterMethodName" : "setDocumentSuggesterOptions", "setterModel" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : "", "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param documentSuggesterOptions \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "DocumentSuggesterOptions", "variableName" : "documentSuggesterOptions", "variableType" : "DocumentSuggesterOptions", "documentation" : "", "simpleType" : "DocumentSuggesterOptions", "variableSetterType" : "DocumentSuggesterOptions" }, "xmlNameSpaceUri" : null }, "SuggesterName" : { "c2jName" : "SuggesterName", "c2jShape" : "StandardName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param suggesterName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSuggesterName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSuggesterName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SuggesterName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SuggesterName", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SuggesterName", "setterDocumentation" : "/**\n@param suggesterName */", "setterMethodName" : "setSuggesterName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "suggesterName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param suggesterName \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "suggesterName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "SuggesterName", "DocumentSuggesterOptions" ], "shapeName" : "Suggester", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Suggester", "variableName" : "suggester", "variableType" : "Suggester", "documentation" : null, "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "wrapper" : false }, "SuggesterFuzzyMatching" : { "c2jName" : "SuggesterFuzzyMatching", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "None", "value" : "none" }, { "name" : "Low", "value" : "low" }, { "name" : "High", "value" : "high" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "SuggesterFuzzyMatching", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SuggesterFuzzyMatching", "variableName" : "suggesterFuzzyMatching", "variableType" : "SuggesterFuzzyMatching", "documentation" : null, "simpleType" : "SuggesterFuzzyMatching", "variableSetterType" : "SuggesterFuzzyMatching" }, "wrapper" : false }, "SuggesterStatus" : { "c2jName" : "SuggesterStatus", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The value of a Suggester and its current status.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Options", "c2jShape" : "Suggester", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "Suggester", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param options */", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "Suggester", "variableName" : "options", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Suggester", "variableName" : "options", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "xmlNameSpaceUri" : null }, { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Options" : { "c2jName" : "Options", "c2jShape" : "Suggester", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withOptions", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getOptions", "getterModel" : { "returnType" : "Suggester", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param options */", "setterMethodName" : "setOptions", "setterModel" : { "variableDeclarationType" : "Suggester", "variableName" : "options", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Suggester", "variableName" : "options", "variableType" : "Suggester", "documentation" : "", "simpleType" : "Suggester", "variableSetterType" : "Suggester" }, "xmlNameSpaceUri" : null }, "Status" : { "c2jName" : "Status", "c2jShape" : "OptionStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withStatus", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getStatus", "getterModel" : { "returnType" : "OptionStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param status */", "setterMethodName" : "setStatus", "setterModel" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "OptionStatus", "variableName" : "status", "variableType" : "OptionStatus", "documentation" : "", "simpleType" : "OptionStatus", "variableSetterType" : "OptionStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Options", "Status" ], "shapeName" : "SuggesterStatus", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SuggesterStatus", "variableName" : "suggesterStatus", "variableType" : "SuggesterStatus", "documentation" : null, "simpleType" : "SuggesterStatus", "variableSetterType" : "SuggesterStatus" }, "wrapper" : false }, "TextArrayOptions" : { "c2jName" : "TextArrayOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Options for a field that contains an array of text strings. Present if IndexFieldType specifies the field is of type text-array. A text-array field is always searchable. All options are enabled by default.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceFields", "c2jShape" : "FieldNameCommaList", "deprecated" : false, "documentation" : "

                  A list of source fields to map to the field.

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

                  A list of source fields to map to the field.

                  \n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceFields", "getterDocumentation" : "/**

                  A list of source fields to map to the field.

                  \n@return A list of source fields to map to the field.*/", "getterMethodName" : "getSourceFields", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceFields", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceFields", "setterDocumentation" : "/**

                  A list of source fields to map to the field.

                  \n@param sourceFields A list of source fields to map to the field.*/", "setterMethodName" : "setSourceFields", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A list of source fields to map to the field.

                  \n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "

                  A list of source fields to map to the field.

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

                  Whether the contents of the field can be returned in the search results.

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

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

                  Whether the contents of the field can be returned in the search results.

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

                  Whether highlights can be returned for the field.

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

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHighlightEnabled", "getterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@return Whether highlights can be returned for the field.*/", "getterMethodName" : "getHighlightEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HighlightEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HighlightEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HighlightEnabled", "setterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.*/", "setterMethodName" : "setHighlightEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "

                  Whether highlights can be returned for the field.

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

                  The name of an analysis scheme for a text-array field.

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

                  The name of an analysis scheme for a text-array field.

                  \n@param analysisScheme The name of an analysis scheme for a text-array field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisScheme", "getterDocumentation" : "/**

                  The name of an analysis scheme for a text-array field.

                  \n@return The name of an analysis scheme for a text-array field.*/", "getterMethodName" : "getAnalysisScheme", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisScheme", "setterDocumentation" : "/**

                  The name of an analysis scheme for a text-array field.

                  \n@param analysisScheme The name of an analysis scheme for a text-array field.*/", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of an analysis scheme for a text-array field.

                  \n@param analysisScheme The name of an analysis scheme for a text-array field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "

                  The name of an analysis scheme for a text-array field.

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

                  The name of an analysis scheme for a text-array field.

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

                  The name of an analysis scheme for a text-array field.

                  \n@param analysisScheme The name of an analysis scheme for a text-array field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisScheme", "getterDocumentation" : "/**

                  The name of an analysis scheme for a text-array field.

                  \n@return The name of an analysis scheme for a text-array field.*/", "getterMethodName" : "getAnalysisScheme", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisScheme", "setterDocumentation" : "/**

                  The name of an analysis scheme for a text-array field.

                  \n@param analysisScheme The name of an analysis scheme for a text-array field.*/", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of an analysis scheme for a text-array field.

                  \n@param analysisScheme The name of an analysis scheme for a text-array field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "

                  The name of an analysis scheme for a text-array field.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HighlightEnabled" : { "c2jName" : "HighlightEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

                  Whether highlights can be returned for the field.

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

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHighlightEnabled", "getterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@return Whether highlights can be returned for the field.*/", "getterMethodName" : "getHighlightEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HighlightEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HighlightEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HighlightEnabled", "setterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.*/", "setterMethodName" : "setHighlightEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "

                  Whether highlights can be returned for the field.

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

                  Whether the contents of the field can be returned in the search results.

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

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

                  Whether the contents of the field can be returned in the search results.

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

                  A list of source fields to map to the field.

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

                  A list of source fields to map to the field.

                  \n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceFields", "getterDocumentation" : "/**

                  A list of source fields to map to the field.

                  \n@return A list of source fields to map to the field.*/", "getterMethodName" : "getSourceFields", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceFields", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceFields", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceFields", "setterDocumentation" : "/**

                  A list of source fields to map to the field.

                  \n@param sourceFields A list of source fields to map to the field.*/", "setterMethodName" : "setSourceFields", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  A list of source fields to map to the field.

                  \n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceFields", "variableType" : "String", "documentation" : "

                  A list of source fields to map to the field.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TextArrayOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TextArrayOptions", "variableName" : "textArrayOptions", "variableType" : "TextArrayOptions", "documentation" : null, "simpleType" : "TextArrayOptions", "variableSetterType" : "TextArrayOptions" }, "wrapper" : false }, "TextOptions" : { "c2jName" : "TextOptions", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Options for text field. Present if IndexFieldType specifies the field is of type text. A text field is always searchable. All options are enabled by default.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "SourceField", "c2jShape" : "FieldName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**\n@param sourceField */", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ReturnEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

                  Whether the contents of the field can be returned in the search results.

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

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

                  Whether the contents of the field can be returned in the search results.

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

                  Whether the field can be used to sort the search results.

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

                  Whether the field can be used to sort the search results.

                  \n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

                  Whether the field can be used to sort the search results.

                  \n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

                  Whether the field can be used to sort the search results.

                  \n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Whether the field can be used to sort the search results.

                  \n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

                  Whether the field can be used to sort the search results.

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

                  Whether highlights can be returned for the field.

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

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHighlightEnabled", "getterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@return Whether highlights can be returned for the field.*/", "getterMethodName" : "getHighlightEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HighlightEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HighlightEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HighlightEnabled", "setterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.*/", "setterMethodName" : "setHighlightEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "

                  Whether highlights can be returned for the field.

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

                  The name of an analysis scheme for a text field.

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

                  The name of an analysis scheme for a text field.

                  \n@param analysisScheme The name of an analysis scheme for a text field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisScheme", "getterDocumentation" : "/**

                  The name of an analysis scheme for a text field.

                  \n@return The name of an analysis scheme for a text field.*/", "getterMethodName" : "getAnalysisScheme", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisScheme", "setterDocumentation" : "/**

                  The name of an analysis scheme for a text field.

                  \n@param analysisScheme The name of an analysis scheme for a text field.*/", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of an analysis scheme for a text field.

                  \n@param analysisScheme The name of an analysis scheme for a text field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "

                  The name of an analysis scheme for a text field.

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

                  The name of an analysis scheme for a text field.

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

                  The name of an analysis scheme for a text field.

                  \n@param analysisScheme The name of an analysis scheme for a text field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAnalysisScheme", "getterDocumentation" : "/**

                  The name of an analysis scheme for a text field.

                  \n@return The name of an analysis scheme for a text field.*/", "getterMethodName" : "getAnalysisScheme", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AnalysisScheme", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AnalysisScheme", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AnalysisScheme", "setterDocumentation" : "/**

                  The name of an analysis scheme for a text field.

                  \n@param analysisScheme The name of an analysis scheme for a text field.*/", "setterMethodName" : "setAnalysisScheme", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The name of an analysis scheme for a text field.

                  \n@param analysisScheme The name of an analysis scheme for a text field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "analysisScheme", "variableType" : "String", "documentation" : "

                  The name of an analysis scheme for a text field.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DefaultValue" : { "c2jName" : "DefaultValue", "c2jShape" : "FieldValue", "deprecated" : false, "documentation" : "A value to use for the field if the field isn't specified for a document.", "enumType" : null, "fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDefaultValue", "getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/", "getterMethodName" : "getDefaultValue", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "DefaultValue", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "DefaultValue", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "DefaultValue", "setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/", "setterMethodName" : "setDefaultValue", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "defaultValue", "variableType" : "String", "documentation" : "A value to use for the field if the field isn't specified for a document.", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "HighlightEnabled" : { "c2jName" : "HighlightEnabled", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

                  Whether highlights can be returned for the field.

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

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withHighlightEnabled", "getterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@return Whether highlights can be returned for the field.*/", "getterMethodName" : "getHighlightEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "HighlightEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "HighlightEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "HighlightEnabled", "setterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.*/", "setterMethodName" : "setHighlightEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Whether highlights can be returned for the field.

                  \n@param highlightEnabled Whether highlights can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "highlightEnabled", "variableType" : "Boolean", "documentation" : "

                  Whether highlights can be returned for the field.

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

                  Whether the contents of the field can be returned in the search results.

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

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withReturnEnabled", "getterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@return Whether the contents of the field can be returned in the search results.*/", "getterMethodName" : "getReturnEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ReturnEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ReturnEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ReturnEnabled", "setterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.*/", "setterMethodName" : "setReturnEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Whether the contents of the field can be returned in the search results.

                  \n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "returnEnabled", "variableType" : "Boolean", "documentation" : "

                  Whether the contents of the field can be returned in the search results.

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

                  Whether the field can be used to sort the search results.

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

                  Whether the field can be used to sort the search results.

                  \n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSortEnabled", "getterDocumentation" : "/**

                  Whether the field can be used to sort the search results.

                  \n@return Whether the field can be used to sort the search results.*/", "getterMethodName" : "getSortEnabled", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SortEnabled", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SortEnabled", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SortEnabled", "setterDocumentation" : "/**

                  Whether the field can be used to sort the search results.

                  \n@param sortEnabled Whether the field can be used to sort the search results.*/", "setterMethodName" : "setSortEnabled", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  Whether the field can be used to sort the search results.

                  \n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "sortEnabled", "variableType" : "Boolean", "documentation" : "

                  Whether the field can be used to sort the search results.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null }, "SourceField" : { "c2jName" : "SourceField", "c2jShape" : "FieldName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withSourceField", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getSourceField", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SourceField", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SourceField", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SourceField", "setterDocumentation" : "/**\n@param sourceField */", "setterMethodName" : "setSourceField", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sourceField", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "TextOptions", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TextOptions", "variableName" : "textOptions", "variableType" : "TextOptions", "documentation" : null, "simpleType" : "TextOptions", "variableSetterType" : "TextOptions" }, "wrapper" : false }, "UpdateAvailabilityOptionsRequest" : { "c2jName" : "UpdateAvailabilityOptionsRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Container for the parameters to the UpdateAvailabilityOptions operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateAvailabilityOptions", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "MultiAZ", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

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

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                  \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMultiAZ", "getterDocumentation" : "/**

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                  \n@return You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.*/", "getterMethodName" : "getMultiAZ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MultiAZ", "setterDocumentation" : "/**

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                  \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.*/", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                  \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "MultiAZ" : { "c2jName" : "MultiAZ", "c2jShape" : "Boolean", "deprecated" : false, "documentation" : "

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

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

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                  \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withMultiAZ", "getterDocumentation" : "/**

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                  \n@return You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.*/", "getterMethodName" : "getMultiAZ", "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "MultiAZ", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "MultiAZ", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "MultiAZ", "setterDocumentation" : "/**

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                  \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.*/", "setterMethodName" : "setMultiAZ", "setterModel" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "simple" : true, "varargSetterDocumentation" : "/**

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                  \n@param multiAZ You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Boolean", "variableName" : "multiAZ", "variableType" : "Boolean", "documentation" : "

                  You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

                  ", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "MultiAZ" ], "shapeName" : "UpdateAvailabilityOptionsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateAvailabilityOptionsRequest", "variableName" : "updateAvailabilityOptionsRequest", "variableType" : "UpdateAvailabilityOptionsRequest", "documentation" : null, "simpleType" : "UpdateAvailabilityOptionsRequest", "variableSetterType" : "UpdateAvailabilityOptionsRequest" }, "wrapper" : false }, "UpdateAvailabilityOptionsResult" : { "c2jName" : "UpdateAvailabilityOptionsResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The result of a UpdateAvailabilityOptions request. Contains the status of the domain's availability options.

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

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

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

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                  \n@param availabilityOptions The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAvailabilityOptions", "getterDocumentation" : "/**

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                  \n@return The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.*/", "getterMethodName" : "getAvailabilityOptions", "getterModel" : { "returnType" : "AvailabilityOptionsStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AvailabilityOptions", "setterDocumentation" : "/**

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                  \n@param availabilityOptions The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.*/", "setterMethodName" : "setAvailabilityOptions", "setterModel" : { "variableDeclarationType" : "AvailabilityOptionsStatus", "variableName" : "availabilityOptions", "variableType" : "AvailabilityOptionsStatus", "documentation" : "", "simpleType" : "AvailabilityOptionsStatus", "variableSetterType" : "AvailabilityOptionsStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                  \n@param availabilityOptions The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AvailabilityOptionsStatus", "variableName" : "availabilityOptions", "variableType" : "AvailabilityOptionsStatus", "documentation" : "

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

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

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

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

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                  \n@param availabilityOptions The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAvailabilityOptions", "getterDocumentation" : "/**

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                  \n@return The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.*/", "getterMethodName" : "getAvailabilityOptions", "getterModel" : { "returnType" : "AvailabilityOptionsStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "AvailabilityOptions", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AvailabilityOptions", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AvailabilityOptions", "setterDocumentation" : "/**

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                  \n@param availabilityOptions The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.*/", "setterMethodName" : "setAvailabilityOptions", "setterModel" : { "variableDeclarationType" : "AvailabilityOptionsStatus", "variableName" : "availabilityOptions", "variableType" : "AvailabilityOptionsStatus", "documentation" : "", "simpleType" : "AvailabilityOptionsStatus", "variableSetterType" : "AvailabilityOptionsStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                  \n@param availabilityOptions The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AvailabilityOptionsStatus", "variableName" : "availabilityOptions", "variableType" : "AvailabilityOptionsStatus", "documentation" : "

                  The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.

                  ", "simpleType" : "AvailabilityOptionsStatus", "variableSetterType" : "AvailabilityOptionsStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "UpdateAvailabilityOptionsResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateAvailabilityOptionsResult" }, "variable" : { "variableDeclarationType" : "UpdateAvailabilityOptionsResult", "variableName" : "updateAvailabilityOptionsResult", "variableType" : "UpdateAvailabilityOptionsResult", "documentation" : null, "simpleType" : "UpdateAvailabilityOptionsResult", "variableSetterType" : "UpdateAvailabilityOptionsResult" }, "wrapper" : false }, "UpdateScalingParametersRequest" : { "c2jName" : "UpdateScalingParametersRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Container for the parameters to the UpdateScalingParameters operation. Specifies the name of the domain you want to update and the scaling parameters you want to configure.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateScalingParameters", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParameters", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingParameters", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getScalingParameters", "getterModel" : { "returnType" : "ScalingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingParameters", "setterDocumentation" : "/**\n@param scalingParameters */", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "ScalingParameters" : { "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParameters", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingParameters", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getScalingParameters", "getterModel" : { "returnType" : "ScalingParameters", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingParameters", "setterDocumentation" : "/**\n@param scalingParameters */", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingParameters", "variableName" : "scalingParameters", "variableType" : "ScalingParameters", "documentation" : "", "simpleType" : "ScalingParameters", "variableSetterType" : "ScalingParameters" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "ScalingParameters" ], "shapeName" : "UpdateScalingParametersRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateScalingParametersRequest", "variableName" : "updateScalingParametersRequest", "variableType" : "UpdateScalingParametersRequest", "documentation" : null, "simpleType" : "UpdateScalingParametersRequest", "variableSetterType" : "UpdateScalingParametersRequest" }, "wrapper" : false }, "UpdateScalingParametersResult" : { "c2jName" : "UpdateScalingParametersResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The result of a UpdateScalingParameters request. Contains the status of the newly-configured scaling parameters.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParametersStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingParameters", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getScalingParameters", "getterModel" : { "returnType" : "ScalingParametersStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingParameters", "setterDocumentation" : "/**\n@param scalingParameters */", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "ScalingParameters" : { "c2jName" : "ScalingParameters", "c2jShape" : "ScalingParametersStatus", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withScalingParameters", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getScalingParameters", "getterModel" : { "returnType" : "ScalingParametersStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "ScalingParameters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "ScalingParameters", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ScalingParameters", "setterDocumentation" : "/**\n@param scalingParameters */", "setterMethodName" : "setScalingParameters", "setterModel" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "simple" : false, "varargSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "ScalingParametersStatus", "variableName" : "scalingParameters", "variableType" : "ScalingParametersStatus", "documentation" : "", "simpleType" : "ScalingParametersStatus", "variableSetterType" : "ScalingParametersStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "ScalingParameters" ], "shapeName" : "UpdateScalingParametersResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateScalingParametersResult" }, "variable" : { "variableDeclarationType" : "UpdateScalingParametersResult", "variableName" : "updateScalingParametersResult", "variableType" : "UpdateScalingParametersResult", "documentation" : null, "simpleType" : "UpdateScalingParametersResult", "variableSetterType" : "UpdateScalingParametersResult" }, "wrapper" : false }, "UpdateServiceAccessPoliciesRequest" : { "c2jName" : "UpdateServiceAccessPoliciesRequest", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  Container for the parameters to the UpdateServiceAccessPolicies operation. Specifies the name of the domain you want to update and the access rules you want to configure.

                  ", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "marshaller" : { "action" : "UpdateServiceAccessPolicies", "locationName" : null, "requestUri" : "/", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, { "c2jName" : "AccessPolicies", "c2jShape" : "PolicyDocument", "deprecated" : false, "documentation" : "

                  The access rules you want to configure. These rules replace any existing rules.

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

                  The access rules you want to configure. These rules replace any existing rules.

                  \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAccessPolicies", "getterDocumentation" : "/**

                  The access rules you want to configure. These rules replace any existing rules.

                  \n@return The access rules you want to configure. These rules replace any existing rules.*/", "getterMethodName" : "getAccessPolicies", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

                  The access rules you want to configure. These rules replace any existing rules.

                  \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.*/", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The access rules you want to configure. These rules replace any existing rules.

                  \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

                  The access rules you want to configure. These rules replace any existing rules.

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

                  The access rules you want to configure. These rules replace any existing rules.

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

                  The access rules you want to configure. These rules replace any existing rules.

                  \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAccessPolicies", "getterDocumentation" : "/**

                  The access rules you want to configure. These rules replace any existing rules.

                  \n@return The access rules you want to configure. These rules replace any existing rules.*/", "getterMethodName" : "getAccessPolicies", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

                  The access rules you want to configure. These rules replace any existing rules.

                  \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.*/", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

                  The access rules you want to configure. These rules replace any existing rules.

                  \n@param accessPolicies The access rules you want to configure. These rules replace any existing rules.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "accessPolicies", "variableType" : "String", "documentation" : "

                  The access rules you want to configure. These rules replace any existing rules.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "DomainName" : { "c2jName" : "DomainName", "c2jShape" : "DomainName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withDomainName", "getterDocumentation" : "/**\n@return */", "getterMethodName" : "getDomainName", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**\n@param domainName */", "setterMethodName" : "setDomainName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "domainName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param 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" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "DomainName", "AccessPolicies" ], "shapeName" : "UpdateServiceAccessPoliciesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UpdateServiceAccessPoliciesRequest", "variableName" : "updateServiceAccessPoliciesRequest", "variableType" : "UpdateServiceAccessPoliciesRequest", "documentation" : null, "simpleType" : "UpdateServiceAccessPoliciesRequest", "variableSetterType" : "UpdateServiceAccessPoliciesRequest" }, "wrapper" : false }, "UpdateServiceAccessPoliciesResult" : { "c2jName" : "UpdateServiceAccessPoliciesResponse", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

                  The result of an UpdateServiceAccessPolicies request. Contains the new access policies.

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

                  The access rules configured for the domain.

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

                  The access rules configured for the domain.

                  \n@param accessPolicies The access rules configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAccessPolicies", "getterDocumentation" : "/**

                  The access rules configured for the domain.

                  \n@return The access rules configured for the domain.*/", "getterMethodName" : "getAccessPolicies", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

                  The access rules configured for the domain.

                  \n@param accessPolicies The access rules configured for the domain.*/", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The access rules configured for the domain.

                  \n@param accessPolicies The access rules configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

                  The access rules configured for the domain.

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

                  The access rules configured for the domain.

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

                  The access rules configured for the domain.

                  \n@param accessPolicies The access rules configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "fluentSetterMethodName" : "withAccessPolicies", "getterDocumentation" : "/**

                  The access rules configured for the domain.

                  \n@return The access rules configured for the domain.*/", "getterMethodName" : "getAccessPolicies", "getterModel" : { "returnType" : "AccessPoliciesStatus", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : 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" : "/**

                  The access rules configured for the domain.

                  \n@param accessPolicies The access rules configured for the domain.*/", "setterMethodName" : "setAccessPolicies", "setterModel" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "simple" : false, "varargSetterDocumentation" : "/**

                  The access rules configured for the domain.

                  \n@param accessPolicies The access rules configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "AccessPoliciesStatus", "variableName" : "accessPolicies", "variableType" : "AccessPoliciesStatus", "documentation" : "

                  The access rules configured for the domain.

                  ", "simpleType" : "AccessPoliciesStatus", "variableSetterType" : "AccessPoliciesStatus" }, "xmlNameSpaceUri" : null } }, "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "AccessPolicies" ], "shapeName" : "UpdateServiceAccessPoliciesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : "UpdateServiceAccessPoliciesResult" }, "variable" : { "variableDeclarationType" : "UpdateServiceAccessPoliciesResult", "variableName" : "updateServiceAccessPoliciesResult", "variableType" : "UpdateServiceAccessPoliciesResult", "documentation" : null, "simpleType" : "UpdateServiceAccessPoliciesResult", "variableSetterType" : "UpdateServiceAccessPoliciesResult" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "customAuthorizers" : { }, "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : "StandardErrorUnmarshaller", "fileHeader" : "/*\n * Copyright 2012-2017 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" : "AmazonCloudSearchException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.cloudsearchv2.model.AmazonCloudSearchException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException", "transformPackage" : "com.amazonaws.services.cloudsearchv2.model.transform" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy