models.cloudsearch-2013-01-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-cloudsearch Show documentation
{
"metadata" : {
"apiVersion" : "2013-01-01",
"protocol" : "query",
"checksumFormat" : 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.
",
"defaultEndpoint" : "https://cloudsearch.us-east-1.amazonaws.com/",
"defaultEndpointWithoutHttpProtocol" : "cloudsearch.us-east-1.amazonaws.com/",
"syncInterface" : "AmazonCloudSearch",
"syncClient" : "AmazonCloudSearchClient",
"asyncInterface" : "AmazonCloudSearchAsync",
"asyncClient" : "AmazonCloudSearchAsyncClient",
"packageName" : "com.amazonaws.services.cloudsearchv2",
"packagePath" : "com/amazonaws/services/cloudsearchv2",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon CloudSearch",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : null,
"endpointPrefix" : "cloudsearch",
"signingName" : "cloudsearch",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"jsonProtocol" : false,
"syncClientBuilderClassName" : "AmazonCloudSearchClientBuilder",
"asyncClientBuilderClassName" : "AmazonCloudSearchAsyncClientBuilder",
"cucumberModuleInjectorClassName" : "AmazonCloudSearchModuleInjector",
"smokeTestsPackageName" : "com.amazonaws.services.cloudsearchv2.smoketests",
"serviceName" : "Amazon CloudSearch",
"cborProtocol" : false,
"xmlProtocol" : true,
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"unmarshallerClassSuffix" : "StaxUnmarshaller"
},
"operations" : {
"BuildSuggesters" : {
"documentation" : "Indexes the search suggestions. For more information, see Configuring Suggesters in the Amazon CloudSearch Developer Guide.
",
"operationName" : "BuildSuggesters",
"deprecated" : false,
"input" : {
"variableName" : "buildSuggestersRequest",
"variableType" : "BuildSuggestersRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "BuildSuggestersResult",
"documentation" : "The result of a BuildSuggester
request. Contains a list of the fields used for suggestions.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "buildSuggesters",
"syncReturnType" : "BuildSuggestersResult",
"asyncReturnType" : "BuildSuggestersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"CreateDomain" : {
"documentation" : "Creates a new search domain. For more information, see Creating a Search Domain in the Amazon CloudSearch Developer Guide.
",
"operationName" : "CreateDomain",
"deprecated" : false,
"input" : {
"variableName" : "createDomainRequest",
"variableType" : "CreateDomainRequest",
"variableDeclarationType" : "CreateDomainRequest",
"documentation" : "Container for the parameters to the CreateDomain
operation. Specifies a name for the new search domain.
",
"simpleType" : "CreateDomainRequest",
"variableSetterType" : "CreateDomainRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDomainResult",
"documentation" : "The result of a CreateDomainRequest
. Contains the status of a newly created domain.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "createDomain",
"syncReturnType" : "CreateDomainResult",
"asyncReturnType" : "CreateDomainResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DefineAnalysisScheme" : {
"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.
",
"operationName" : "DefineAnalysisScheme",
"deprecated" : false,
"input" : {
"variableName" : "defineAnalysisSchemeRequest",
"variableType" : "DefineAnalysisSchemeRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DefineAnalysisSchemeResult",
"documentation" : "The result of a DefineAnalysisScheme
request. Contains the status of the newly-configured analysis scheme.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "defineAnalysisScheme",
"syncReturnType" : "DefineAnalysisSchemeResult",
"asyncReturnType" : "DefineAnalysisSchemeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DefineExpression" : {
"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.
",
"operationName" : "DefineExpression",
"deprecated" : false,
"input" : {
"variableName" : "defineExpressionRequest",
"variableType" : "DefineExpressionRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DefineExpressionResult",
"documentation" : "The result of a DefineExpression
request. Contains the status of the newly-configured expression.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "defineExpression",
"syncReturnType" : "DefineExpressionResult",
"asyncReturnType" : "DefineExpressionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DefineIndexField" : {
"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.
",
"operationName" : "DefineIndexField",
"deprecated" : false,
"input" : {
"variableName" : "defineIndexFieldRequest",
"variableType" : "DefineIndexFieldRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DefineIndexFieldResult",
"documentation" : "The result of a DefineIndexField
request. Contains the status of the newly-configured index field.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "defineIndexField",
"syncReturnType" : "DefineIndexFieldResult",
"asyncReturnType" : "DefineIndexFieldResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DefineSuggester" : {
"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.
",
"operationName" : "DefineSuggester",
"deprecated" : false,
"input" : {
"variableName" : "defineSuggesterRequest",
"variableType" : "DefineSuggesterRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DefineSuggesterResult",
"documentation" : "The result of a DefineSuggester
request. Contains the status of the newly-configured suggester.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "defineSuggester",
"syncReturnType" : "DefineSuggesterResult",
"asyncReturnType" : "DefineSuggesterResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteAnalysisScheme" : {
"documentation" : "Deletes an analysis scheme. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.
",
"operationName" : "DeleteAnalysisScheme",
"deprecated" : false,
"input" : {
"variableName" : "deleteAnalysisSchemeRequest",
"variableType" : "DeleteAnalysisSchemeRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DeleteAnalysisSchemeResult",
"documentation" : "The result of a DeleteAnalysisScheme
request. Contains the status of the deleted analysis scheme.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteAnalysisScheme",
"syncReturnType" : "DeleteAnalysisSchemeResult",
"asyncReturnType" : "DeleteAnalysisSchemeResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteDomain" : {
"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.
",
"operationName" : "DeleteDomain",
"deprecated" : false,
"input" : {
"variableName" : "deleteDomainRequest",
"variableType" : "DeleteDomainRequest",
"variableDeclarationType" : "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,
"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.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteDomain",
"syncReturnType" : "DeleteDomainResult",
"asyncReturnType" : "DeleteDomainResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteExpression" : {
"documentation" : "Removes an Expression
from the search domain. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.
",
"operationName" : "DeleteExpression",
"deprecated" : false,
"input" : {
"variableName" : "deleteExpressionRequest",
"variableType" : "DeleteExpressionRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DeleteExpressionResult",
"documentation" : "The result of a DeleteExpression
request. Specifies the expression being deleted.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteExpression",
"syncReturnType" : "DeleteExpressionResult",
"asyncReturnType" : "DeleteExpressionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteIndexField" : {
"documentation" : "Removes an IndexField
from the search domain. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.
",
"operationName" : "DeleteIndexField",
"deprecated" : false,
"input" : {
"variableName" : "deleteIndexFieldRequest",
"variableType" : "DeleteIndexFieldRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DeleteIndexFieldResult",
"documentation" : "The result of a DeleteIndexField
request.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteIndexField",
"syncReturnType" : "DeleteIndexFieldResult",
"asyncReturnType" : "DeleteIndexFieldResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DeleteSuggester" : {
"documentation" : "Deletes a suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.
",
"operationName" : "DeleteSuggester",
"deprecated" : false,
"input" : {
"variableName" : "deleteSuggesterRequest",
"variableType" : "DeleteSuggesterRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DeleteSuggesterResult",
"documentation" : "The result of a DeleteSuggester
request. Contains the status of the deleted suggester.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "deleteSuggester",
"syncReturnType" : "DeleteSuggesterResult",
"asyncReturnType" : "DeleteSuggesterResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeAnalysisSchemes" : {
"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.
",
"operationName" : "DescribeAnalysisSchemes",
"deprecated" : false,
"input" : {
"variableName" : "describeAnalysisSchemesRequest",
"variableType" : "DescribeAnalysisSchemesRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DescribeAnalysisSchemesResult",
"documentation" : "The result of a DescribeAnalysisSchemes
request. Contains the analysis schemes configured for the domain specified in the request.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeAnalysisSchemes",
"syncReturnType" : "DescribeAnalysisSchemesResult",
"asyncReturnType" : "DescribeAnalysisSchemesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeAvailabilityOptions" : {
"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.
",
"operationName" : "DescribeAvailabilityOptions",
"deprecated" : false,
"input" : {
"variableName" : "describeAvailabilityOptionsRequest",
"variableType" : "DescribeAvailabilityOptionsRequest",
"variableDeclarationType" : "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,
"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.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
}, {
"exceptionName" : "DisabledOperationException",
"documentation" : "The request was rejected because it attempted an operation which is not enabled.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeAvailabilityOptions",
"syncReturnType" : "DescribeAvailabilityOptionsResult",
"asyncReturnType" : "DescribeAvailabilityOptionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeDomains" : {
"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.
",
"operationName" : "DescribeDomains",
"deprecated" : false,
"input" : {
"variableName" : "describeDomainsRequest",
"variableType" : "DescribeDomainsRequest",
"variableDeclarationType" : "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,
"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.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeDomains",
"syncReturnType" : "DescribeDomainsResult",
"asyncReturnType" : "DescribeDomainsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeExpressions" : {
"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.
",
"operationName" : "DescribeExpressions",
"deprecated" : false,
"input" : {
"variableName" : "describeExpressionsRequest",
"variableType" : "DescribeExpressionsRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DescribeExpressionsResult",
"documentation" : "The result of a DescribeExpressions
request. Contains the expressions configured for the domain specified in the request.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeExpressions",
"syncReturnType" : "DescribeExpressionsResult",
"asyncReturnType" : "DescribeExpressionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeIndexFields" : {
"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.
",
"operationName" : "DescribeIndexFields",
"deprecated" : false,
"input" : {
"variableName" : "describeIndexFieldsRequest",
"variableType" : "DescribeIndexFieldsRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DescribeIndexFieldsResult",
"documentation" : "The result of a DescribeIndexFields
request. Contains the index fields configured for the domain specified in the request.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeIndexFields",
"syncReturnType" : "DescribeIndexFieldsResult",
"asyncReturnType" : "DescribeIndexFieldsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeScalingParameters" : {
"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.
",
"operationName" : "DescribeScalingParameters",
"deprecated" : false,
"input" : {
"variableName" : "describeScalingParametersRequest",
"variableType" : "DescribeScalingParametersRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DescribeScalingParametersResult",
"documentation" : "The result of a DescribeScalingParameters
request. Contains the scaling parameters configured for the domain specified in the request.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeScalingParameters",
"syncReturnType" : "DescribeScalingParametersResult",
"asyncReturnType" : "DescribeScalingParametersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeServiceAccessPolicies" : {
"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.
",
"operationName" : "DescribeServiceAccessPolicies",
"deprecated" : false,
"input" : {
"variableName" : "describeServiceAccessPoliciesRequest",
"variableType" : "DescribeServiceAccessPoliciesRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DescribeServiceAccessPoliciesResult",
"documentation" : "The result of a DescribeServiceAccessPolicies
request.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeServiceAccessPolicies",
"syncReturnType" : "DescribeServiceAccessPoliciesResult",
"asyncReturnType" : "DescribeServiceAccessPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"DescribeSuggesters" : {
"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.
",
"operationName" : "DescribeSuggesters",
"deprecated" : false,
"input" : {
"variableName" : "describeSuggestersRequest",
"variableType" : "DescribeSuggestersRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "DescribeSuggestersResult",
"documentation" : "The result of a DescribeSuggesters
request.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "describeSuggesters",
"syncReturnType" : "DescribeSuggestersResult",
"asyncReturnType" : "DescribeSuggestersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"IndexDocuments" : {
"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
.
",
"operationName" : "IndexDocuments",
"deprecated" : false,
"input" : {
"variableName" : "indexDocumentsRequest",
"variableType" : "IndexDocumentsRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "IndexDocumentsResult",
"documentation" : "The result of an IndexDocuments
request. Contains the status of the indexing operation, including the fields being indexed.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "indexDocuments",
"syncReturnType" : "IndexDocumentsResult",
"asyncReturnType" : "IndexDocumentsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"ListDomainNames" : {
"documentation" : "Lists all search domains owned by an account.
",
"operationName" : "ListDomainNames",
"deprecated" : false,
"input" : {
"variableName" : "listDomainNamesRequest",
"variableType" : "ListDomainNamesRequest",
"variableDeclarationType" : "ListDomainNamesRequest",
"documentation" : null,
"simpleType" : "ListDomainNamesRequest",
"variableSetterType" : "ListDomainNamesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListDomainNamesResult",
"documentation" : "The result of a ListDomainNames
request. Contains a list of the domains owned by an account.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "listDomainNames",
"syncReturnType" : "ListDomainNamesResult",
"asyncReturnType" : "ListDomainNamesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"UpdateAvailabilityOptions" : {
"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.
",
"operationName" : "UpdateAvailabilityOptions",
"deprecated" : false,
"input" : {
"variableName" : "updateAvailabilityOptionsRequest",
"variableType" : "UpdateAvailabilityOptionsRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "UpdateAvailabilityOptionsResult",
"documentation" : "The result of a UpdateAvailabilityOptions
request. Contains the status of the domain's availability options.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
}, {
"exceptionName" : "DisabledOperationException",
"documentation" : "The request was rejected because it attempted an operation which is not enabled.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateAvailabilityOptions",
"syncReturnType" : "UpdateAvailabilityOptionsResult",
"asyncReturnType" : "UpdateAvailabilityOptionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"UpdateScalingParameters" : {
"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.
",
"operationName" : "UpdateScalingParameters",
"deprecated" : false,
"input" : {
"variableName" : "updateScalingParametersRequest",
"variableType" : "UpdateScalingParametersRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "UpdateScalingParametersResult",
"documentation" : "The result of a UpdateScalingParameters
request. Contains the status of the newly-configured scaling parameters.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateScalingParameters",
"syncReturnType" : "UpdateScalingParametersResult",
"asyncReturnType" : "UpdateScalingParametersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
},
"UpdateServiceAccessPolicies" : {
"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.
",
"operationName" : "UpdateServiceAccessPolicies",
"deprecated" : false,
"input" : {
"variableName" : "updateServiceAccessPoliciesRequest",
"variableType" : "UpdateServiceAccessPoliciesRequest",
"variableDeclarationType" : "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,
"returnType" : {
"returnType" : "UpdateServiceAccessPoliciesResult",
"documentation" : "The result of an UpdateServiceAccessPolicies
request. Contains the new access policies.
"
},
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
"
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
"
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
"
} ],
"hasBlobMemberAsPayload" : false,
"methodName" : "updateServiceAccessPolicies",
"syncReturnType" : "UpdateServiceAccessPoliciesResult",
"asyncReturnType" : "UpdateServiceAccessPoliciesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true
}
},
"shapes" : {
"UpdateServiceAccessPoliciesRequest" : {
"c2jName" : "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.
",
"shapeName" : "UpdateServiceAccessPoliciesRequest",
"deprecated" : false,
"required" : [ "DomainName", "AccessPolicies" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The access rules you want to configure. These rules replace any existing rules.
",
"name" : "AccessPolicies",
"c2jName" : "AccessPolicies",
"c2jShape" : "PolicyDocument",
"variable" : {
"variableName" : "accessPolicies",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The access rules you want to configure. These rules replace any existing rules.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accessPolicies",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessPolicies",
"marshallLocationName" : "AccessPolicies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateServiceAccessPoliciesRequest",
"variableType" : "UpdateServiceAccessPoliciesRequest",
"variableDeclarationType" : "UpdateServiceAccessPoliciesRequest",
"documentation" : null,
"simpleType" : "UpdateServiceAccessPoliciesRequest",
"variableSetterType" : "UpdateServiceAccessPoliciesRequest"
},
"marshaller" : {
"action" : "UpdateServiceAccessPolicies",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AccessPolicies" : {
"documentation" : "The access rules you want to configure. These rules replace any existing rules.
",
"name" : "AccessPolicies",
"c2jName" : "AccessPolicies",
"c2jShape" : "PolicyDocument",
"variable" : {
"variableName" : "accessPolicies",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The access rules you want to configure. These rules replace any existing rules.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "accessPolicies",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessPolicies",
"marshallLocationName" : "AccessPolicies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
}
}
},
"DoubleOptions" : {
"c2jName" : "DoubleOptions",
"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.
",
"shapeName" : "DoubleOptions",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"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.
",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "Double",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "Double",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "The name of the source field to map to the field.
",
"name" : "SourceField",
"c2jName" : "SourceField",
"c2jShape" : "FieldName",
"variable" : {
"variableName" : "sourceField",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the source field to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceField",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceField",
"marshallLocationName" : "SourceField",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the source field to map to the field.
\n@param sourceField The name of the source field to map to the field.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether facet information can be returned for the field.
",
"name" : "FacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FacetEnabled",
"marshallLocationName" : "FacetEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the contents of the field are searchable.
",
"name" : "SearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SearchEnabled",
"marshallLocationName" : "SearchEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"name" : "ReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReturnEnabled",
"marshallLocationName" : "ReturnEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the field can be used to sort the search results.
",
"name" : "SortEnabled",
"c2jName" : "SortEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the field can be used to sort the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SortEnabled",
"marshallLocationName" : "SortEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "doubleOptions",
"variableType" : "DoubleOptions",
"variableDeclarationType" : "DoubleOptions",
"documentation" : null,
"simpleType" : "DoubleOptions",
"variableSetterType" : "DoubleOptions"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DefaultValue" : {
"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.
",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "Double",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "Double",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"ReturnEnabled" : {
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"name" : "ReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReturnEnabled",
"marshallLocationName" : "ReturnEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"SortEnabled" : {
"documentation" : "Whether the field can be used to sort the search results.
",
"name" : "SortEnabled",
"c2jName" : "SortEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the field can be used to sort the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SortEnabled",
"marshallLocationName" : "SortEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"SourceField" : {
"documentation" : "The name of the source field to map to the field.
",
"name" : "SourceField",
"c2jName" : "SourceField",
"c2jShape" : "FieldName",
"variable" : {
"variableName" : "sourceField",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the source field to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceField",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceField",
"marshallLocationName" : "SourceField",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the source field to map to the field.
\n@param sourceField The name of the source field to map to the field.*/",
"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.*/",
"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.*/",
"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.*/"
},
"FacetEnabled" : {
"documentation" : "Whether facet information can be returned for the field.
",
"name" : "FacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FacetEnabled",
"marshallLocationName" : "FacetEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"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.*/",
"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.*/"
},
"SearchEnabled" : {
"documentation" : "Whether the contents of the field are searchable.
",
"name" : "SearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SearchEnabled",
"marshallLocationName" : "SearchEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"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.*/",
"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.*/"
}
}
},
"DeleteExpressionRequest" : {
"c2jName" : "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.
",
"shapeName" : "DeleteExpressionRequest",
"deprecated" : false,
"required" : [ "DomainName", "ExpressionName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the Expression
to delete.
",
"name" : "ExpressionName",
"c2jName" : "ExpressionName",
"c2jShape" : "StandardName",
"variable" : {
"variableName" : "expressionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Expression
to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "expressionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExpressionName",
"marshallLocationName" : "ExpressionName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.*/",
"getterDocumentation" : "/**The name of the Expression
to delete.
\n@return The name of the Expression
to delete.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteExpressionRequest",
"variableType" : "DeleteExpressionRequest",
"variableDeclarationType" : "DeleteExpressionRequest",
"documentation" : null,
"simpleType" : "DeleteExpressionRequest",
"variableSetterType" : "DeleteExpressionRequest"
},
"marshaller" : {
"action" : "DeleteExpression",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ExpressionName" : {
"documentation" : "The name of the Expression
to delete.
",
"name" : "ExpressionName",
"c2jName" : "ExpressionName",
"c2jShape" : "StandardName",
"variable" : {
"variableName" : "expressionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the Expression
to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "expressionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExpressionName",
"marshallLocationName" : "ExpressionName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.*/",
"getterDocumentation" : "/**The name of the Expression
to delete.
\n@return The name of the Expression
to delete.*/",
"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.*/",
"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.*/"
}
}
},
"DescribeExpressionsRequest" : {
"c2jName" : "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
.
",
"shapeName" : "DescribeExpressionsRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the domain you want to describe.
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
",
"name" : "ExpressionNames",
"c2jName" : "ExpressionNames",
"c2jShape" : "StandardNameList",
"variable" : {
"variableName" : "expressionNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "expressionNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExpressionNames",
"marshallLocationName" : "ExpressionNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "StandardName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"varargSetterDocumentation" : "/**Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
\nNOTE: 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.*/"
}, {
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"name" : "Deployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Deployed",
"marshallLocationName" : "Deployed",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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
.*/",
"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
.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeExpressionsRequest",
"variableType" : "DescribeExpressionsRequest",
"variableDeclarationType" : "DescribeExpressionsRequest",
"documentation" : null,
"simpleType" : "DescribeExpressionsRequest",
"variableSetterType" : "DescribeExpressionsRequest"
},
"marshaller" : {
"action" : "DescribeExpressions",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "The name of the domain you want to describe.
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"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.*/",
"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.*/"
},
"ExpressionNames" : {
"documentation" : "Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
",
"name" : "ExpressionNames",
"c2jName" : "ExpressionNames",
"c2jShape" : "StandardNameList",
"variable" : {
"variableName" : "expressionNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "expressionNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ExpressionNames",
"marshallLocationName" : "ExpressionNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "StandardName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"varargSetterDocumentation" : "/**Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
\nNOTE: 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.*/"
},
"Deployed" : {
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"name" : "Deployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Deployed",
"marshallLocationName" : "Deployed",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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
.*/",
"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
.*/",
"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.*/",
"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.*/"
}
}
},
"IndexDocumentsRequest" : {
"c2jName" : "IndexDocumentsRequest",
"documentation" : "Container for the parameters to the IndexDocuments
operation. Specifies the name of the domain you want to re-index.
",
"shapeName" : "IndexDocumentsRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "indexDocumentsRequest",
"variableType" : "IndexDocumentsRequest",
"variableDeclarationType" : "IndexDocumentsRequest",
"documentation" : null,
"simpleType" : "IndexDocumentsRequest",
"variableSetterType" : "IndexDocumentsRequest"
},
"marshaller" : {
"action" : "IndexDocuments",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DoubleArrayOptions" : {
"c2jName" : "DoubleArrayOptions",
"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.
",
"shapeName" : "DoubleArrayOptions",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "Double",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "A list of source fields to map to the field.
",
"name" : "SourceFields",
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"variable" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceFields",
"marshallLocationName" : "SourceFields",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.*/",
"getterDocumentation" : "/**A list of source fields to map to the field.
\n@return A list of source fields to map to the field.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether facet information can be returned for the field.
",
"name" : "FacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FacetEnabled",
"marshallLocationName" : "FacetEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the contents of the field are searchable.
",
"name" : "SearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SearchEnabled",
"marshallLocationName" : "SearchEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"name" : "ReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReturnEnabled",
"marshallLocationName" : "ReturnEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "doubleArrayOptions",
"variableType" : "DoubleArrayOptions",
"variableDeclarationType" : "DoubleArrayOptions",
"documentation" : null,
"simpleType" : "DoubleArrayOptions",
"variableSetterType" : "DoubleArrayOptions"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DefaultValue" : {
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "Double",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "Double",
"variableDeclarationType" : "Double",
"documentation" : "",
"simpleType" : "Double",
"variableSetterType" : "Double"
},
"getterModel" : {
"returnType" : "Double",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"ReturnEnabled" : {
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"name" : "ReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReturnEnabled",
"marshallLocationName" : "ReturnEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"SourceFields" : {
"documentation" : "A list of source fields to map to the field.
",
"name" : "SourceFields",
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"variable" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceFields",
"marshallLocationName" : "SourceFields",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.*/",
"getterDocumentation" : "/**A list of source fields to map to the field.
\n@return A list of source fields to map to the field.*/",
"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.*/",
"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.*/"
},
"FacetEnabled" : {
"documentation" : "Whether facet information can be returned for the field.
",
"name" : "FacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FacetEnabled",
"marshallLocationName" : "FacetEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"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.*/",
"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.*/"
},
"SearchEnabled" : {
"documentation" : "Whether the contents of the field are searchable.
",
"name" : "SearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SearchEnabled",
"marshallLocationName" : "SearchEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"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.*/",
"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.*/"
}
}
},
"LiteralArrayOptions" : {
"c2jName" : "LiteralArrayOptions",
"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.
",
"shapeName" : "LiteralArrayOptions",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "A list of source fields to map to the field.
",
"name" : "SourceFields",
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"variable" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceFields",
"marshallLocationName" : "SourceFields",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.*/",
"getterDocumentation" : "/**A list of source fields to map to the field.
\n@return A list of source fields to map to the field.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether facet information can be returned for the field.
",
"name" : "FacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FacetEnabled",
"marshallLocationName" : "FacetEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the contents of the field are searchable.
",
"name" : "SearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SearchEnabled",
"marshallLocationName" : "SearchEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"name" : "ReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReturnEnabled",
"marshallLocationName" : "ReturnEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "literalArrayOptions",
"variableType" : "LiteralArrayOptions",
"variableDeclarationType" : "LiteralArrayOptions",
"documentation" : null,
"simpleType" : "LiteralArrayOptions",
"variableSetterType" : "LiteralArrayOptions"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DefaultValue" : {
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"ReturnEnabled" : {
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"name" : "ReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReturnEnabled",
"marshallLocationName" : "ReturnEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"SourceFields" : {
"documentation" : "A list of source fields to map to the field.
",
"name" : "SourceFields",
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"variable" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceFields",
"marshallLocationName" : "SourceFields",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.*/",
"getterDocumentation" : "/**A list of source fields to map to the field.
\n@return A list of source fields to map to the field.*/",
"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.*/",
"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.*/"
},
"FacetEnabled" : {
"documentation" : "Whether facet information can be returned for the field.
",
"name" : "FacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FacetEnabled",
"marshallLocationName" : "FacetEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"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.*/",
"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.*/"
},
"SearchEnabled" : {
"documentation" : "Whether the contents of the field are searchable.
",
"name" : "SearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SearchEnabled",
"marshallLocationName" : "SearchEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"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.*/",
"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.*/"
}
}
},
"CreateDomainResult" : {
"c2jName" : "CreateDomainResponse",
"documentation" : "The result of a CreateDomainRequest
. Contains the status of a newly created domain.
",
"shapeName" : "CreateDomainResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "DomainStatus",
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"variable" : {
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"variableDeclarationType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"setterModel" : {
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"variableDeclarationType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainStatus",
"marshallLocationName" : "DomainStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainStatus */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createDomainResult",
"variableType" : "CreateDomainResult",
"variableDeclarationType" : "CreateDomainResult",
"documentation" : null,
"simpleType" : "CreateDomainResult",
"variableSetterType" : "CreateDomainResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "CreateDomainResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainStatus" : {
"documentation" : "",
"name" : "DomainStatus",
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"variable" : {
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"variableDeclarationType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"setterModel" : {
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"variableDeclarationType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainStatus",
"marshallLocationName" : "DomainStatus",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainStatus */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateServiceAccessPoliciesResult" : {
"c2jName" : "UpdateServiceAccessPoliciesResponse",
"documentation" : "The result of an UpdateServiceAccessPolicies
request. Contains the new access policies.
",
"shapeName" : "UpdateServiceAccessPoliciesResult",
"deprecated" : false,
"required" : [ "AccessPolicies" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The access rules configured for the domain.
",
"name" : "AccessPolicies",
"c2jName" : "AccessPolicies",
"c2jShape" : "AccessPoliciesStatus",
"variable" : {
"variableName" : "accessPolicies",
"variableType" : "AccessPoliciesStatus",
"variableDeclarationType" : "AccessPoliciesStatus",
"documentation" : "The access rules configured for the domain.
",
"simpleType" : "AccessPoliciesStatus",
"variableSetterType" : "AccessPoliciesStatus"
},
"setterModel" : {
"variableName" : "accessPolicies",
"variableType" : "AccessPoliciesStatus",
"variableDeclarationType" : "AccessPoliciesStatus",
"documentation" : "",
"simpleType" : "AccessPoliciesStatus",
"variableSetterType" : "AccessPoliciesStatus"
},
"getterModel" : {
"returnType" : "AccessPoliciesStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessPolicies",
"marshallLocationName" : "AccessPolicies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The access rules configured for the domain.
\n@param accessPolicies The access rules configured for the domain.*/",
"getterDocumentation" : "/**The access rules configured for the domain.
\n@return The access rules configured for the domain.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateServiceAccessPoliciesResult",
"variableType" : "UpdateServiceAccessPoliciesResult",
"variableDeclarationType" : "UpdateServiceAccessPoliciesResult",
"documentation" : null,
"simpleType" : "UpdateServiceAccessPoliciesResult",
"variableSetterType" : "UpdateServiceAccessPoliciesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "UpdateServiceAccessPoliciesResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AccessPolicies" : {
"documentation" : "The access rules configured for the domain.
",
"name" : "AccessPolicies",
"c2jName" : "AccessPolicies",
"c2jShape" : "AccessPoliciesStatus",
"variable" : {
"variableName" : "accessPolicies",
"variableType" : "AccessPoliciesStatus",
"variableDeclarationType" : "AccessPoliciesStatus",
"documentation" : "The access rules configured for the domain.
",
"simpleType" : "AccessPoliciesStatus",
"variableSetterType" : "AccessPoliciesStatus"
},
"setterModel" : {
"variableName" : "accessPolicies",
"variableType" : "AccessPoliciesStatus",
"variableDeclarationType" : "AccessPoliciesStatus",
"documentation" : "",
"simpleType" : "AccessPoliciesStatus",
"variableSetterType" : "AccessPoliciesStatus"
},
"getterModel" : {
"returnType" : "AccessPoliciesStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AccessPolicies",
"marshallLocationName" : "AccessPolicies",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The access rules configured for the domain.
\n@param accessPolicies The access rules configured for the domain.*/",
"getterDocumentation" : "/**The access rules configured for the domain.
\n@return The access rules configured for the domain.*/",
"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.*/",
"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.*/"
}
}
},
"DeleteSuggesterResult" : {
"c2jName" : "DeleteSuggesterResponse",
"documentation" : "The result of a DeleteSuggester
request. Contains the status of the deleted suggester.
",
"shapeName" : "DeleteSuggesterResult",
"deprecated" : false,
"required" : [ "Suggester" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The status of the suggester being deleted.
",
"name" : "Suggester",
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"variable" : {
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"variableDeclarationType" : "SuggesterStatus",
"documentation" : "The status of the suggester being deleted.
",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"setterModel" : {
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"variableDeclarationType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Suggester",
"marshallLocationName" : "Suggester",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.*/",
"getterDocumentation" : "/**The status of the suggester being deleted.
\n@return The status of the suggester being deleted.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteSuggesterResult",
"variableType" : "DeleteSuggesterResult",
"variableDeclarationType" : "DeleteSuggesterResult",
"documentation" : null,
"simpleType" : "DeleteSuggesterResult",
"variableSetterType" : "DeleteSuggesterResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DeleteSuggesterResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Suggester" : {
"documentation" : "The status of the suggester being deleted.
",
"name" : "Suggester",
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"variable" : {
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"variableDeclarationType" : "SuggesterStatus",
"documentation" : "The status of the suggester being deleted.
",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"setterModel" : {
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"variableDeclarationType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Suggester",
"marshallLocationName" : "Suggester",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.*/",
"getterDocumentation" : "/**The status of the suggester being deleted.
\n@return The status of the suggester being deleted.*/",
"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.*/",
"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.*/"
}
}
},
"SuggesterFuzzyMatching" : {
"c2jName" : "SuggesterFuzzyMatching",
"documentation" : "",
"shapeName" : "SuggesterFuzzyMatching",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "None",
"value" : "none"
}, {
"name" : "Low",
"value" : "low"
}, {
"name" : "High",
"value" : "high"
} ],
"variable" : {
"variableName" : "suggesterFuzzyMatching",
"variableType" : "SuggesterFuzzyMatching",
"variableDeclarationType" : "SuggesterFuzzyMatching",
"documentation" : null,
"simpleType" : "SuggesterFuzzyMatching",
"variableSetterType" : "SuggesterFuzzyMatching"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"IntArrayOptions" : {
"c2jName" : "IntArrayOptions",
"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.
",
"shapeName" : "IntArrayOptions",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "Long",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "A list of source fields to map to the field.
",
"name" : "SourceFields",
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"variable" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceFields",
"marshallLocationName" : "SourceFields",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.*/",
"getterDocumentation" : "/**A list of source fields to map to the field.
\n@return A list of source fields to map to the field.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether facet information can be returned for the field.
",
"name" : "FacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FacetEnabled",
"marshallLocationName" : "FacetEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the contents of the field are searchable.
",
"name" : "SearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SearchEnabled",
"marshallLocationName" : "SearchEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"name" : "ReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReturnEnabled",
"marshallLocationName" : "ReturnEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "intArrayOptions",
"variableType" : "IntArrayOptions",
"variableDeclarationType" : "IntArrayOptions",
"documentation" : null,
"simpleType" : "IntArrayOptions",
"variableSetterType" : "IntArrayOptions"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DefaultValue" : {
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "Long",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"ReturnEnabled" : {
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"name" : "ReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReturnEnabled",
"marshallLocationName" : "ReturnEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"SourceFields" : {
"documentation" : "A list of source fields to map to the field.
",
"name" : "SourceFields",
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"variable" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceFields",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceFields",
"marshallLocationName" : "SourceFields",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.*/",
"getterDocumentation" : "/**A list of source fields to map to the field.
\n@return A list of source fields to map to the field.*/",
"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.*/",
"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.*/"
},
"FacetEnabled" : {
"documentation" : "Whether facet information can be returned for the field.
",
"name" : "FacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FacetEnabled",
"marshallLocationName" : "FacetEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"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.*/",
"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.*/"
},
"SearchEnabled" : {
"documentation" : "Whether the contents of the field are searchable.
",
"name" : "SearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SearchEnabled",
"marshallLocationName" : "SearchEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"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.*/",
"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.*/"
}
}
},
"DescribeDomainsRequest" : {
"c2jName" : "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.
",
"shapeName" : "DescribeDomainsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The names of the domains you want to include in the response.
",
"name" : "DomainNames",
"c2jName" : "DomainNames",
"c2jShape" : "DomainNameList",
"variable" : {
"variableName" : "domainNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The names of the domains you want to include in the response.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "domainNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainNames",
"marshallLocationName" : "DomainNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"varargSetterDocumentation" : "/**The names of the domains you want to include in the response.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeDomainsRequest",
"variableType" : "DescribeDomainsRequest",
"variableDeclarationType" : "DescribeDomainsRequest",
"documentation" : null,
"simpleType" : "DescribeDomainsRequest",
"variableSetterType" : "DescribeDomainsRequest"
},
"marshaller" : {
"action" : "DescribeDomains",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainNames" : {
"documentation" : "The names of the domains you want to include in the response.
",
"name" : "DomainNames",
"c2jName" : "DomainNames",
"c2jShape" : "DomainNameList",
"variable" : {
"variableName" : "domainNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The names of the domains you want to include in the response.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "domainNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainNames",
"marshallLocationName" : "DomainNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"varargSetterDocumentation" : "/**The names of the domains you want to include in the response.
\nNOTE: 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.*/"
}
}
},
"UpdateScalingParametersRequest" : {
"c2jName" : "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.
",
"shapeName" : "UpdateScalingParametersRequest",
"deprecated" : false,
"required" : [ "DomainName", "ScalingParameters" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "ScalingParameters",
"c2jName" : "ScalingParameters",
"c2jShape" : "ScalingParameters",
"variable" : {
"variableName" : "scalingParameters",
"variableType" : "ScalingParameters",
"variableDeclarationType" : "ScalingParameters",
"documentation" : "",
"simpleType" : "ScalingParameters",
"variableSetterType" : "ScalingParameters"
},
"setterModel" : {
"variableName" : "scalingParameters",
"variableType" : "ScalingParameters",
"variableDeclarationType" : "ScalingParameters",
"documentation" : "",
"simpleType" : "ScalingParameters",
"variableSetterType" : "ScalingParameters"
},
"getterModel" : {
"returnType" : "ScalingParameters",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ScalingParameters",
"marshallLocationName" : "ScalingParameters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param scalingParameters */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateScalingParametersRequest",
"variableType" : "UpdateScalingParametersRequest",
"variableDeclarationType" : "UpdateScalingParametersRequest",
"documentation" : null,
"simpleType" : "UpdateScalingParametersRequest",
"variableSetterType" : "UpdateScalingParametersRequest"
},
"marshaller" : {
"action" : "UpdateScalingParameters",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ScalingParameters" : {
"documentation" : "",
"name" : "ScalingParameters",
"c2jName" : "ScalingParameters",
"c2jShape" : "ScalingParameters",
"variable" : {
"variableName" : "scalingParameters",
"variableType" : "ScalingParameters",
"variableDeclarationType" : "ScalingParameters",
"documentation" : "",
"simpleType" : "ScalingParameters",
"variableSetterType" : "ScalingParameters"
},
"setterModel" : {
"variableName" : "scalingParameters",
"variableType" : "ScalingParameters",
"variableDeclarationType" : "ScalingParameters",
"documentation" : "",
"simpleType" : "ScalingParameters",
"variableSetterType" : "ScalingParameters"
},
"getterModel" : {
"returnType" : "ScalingParameters",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ScalingParameters",
"marshallLocationName" : "ScalingParameters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param scalingParameters */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param scalingParameters \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DomainName" : {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeScalingParametersRequest" : {
"c2jName" : "DescribeScalingParametersRequest",
"documentation" : "Container for the parameters to the DescribeScalingParameters
operation. Specifies the name of the domain you want to describe.
",
"shapeName" : "DescribeScalingParametersRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeScalingParametersRequest",
"variableType" : "DescribeScalingParametersRequest",
"variableDeclarationType" : "DescribeScalingParametersRequest",
"documentation" : null,
"simpleType" : "DescribeScalingParametersRequest",
"variableSetterType" : "DescribeScalingParametersRequest"
},
"marshaller" : {
"action" : "DescribeScalingParameters",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Limits" : {
"c2jName" : "Limits",
"documentation" : "",
"shapeName" : "Limits",
"deprecated" : false,
"required" : [ "MaximumReplicationCount", "MaximumPartitionCount" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "MaximumReplicationCount",
"c2jName" : "MaximumReplicationCount",
"c2jShape" : "MaximumReplicationCount",
"variable" : {
"variableName" : "maximumReplicationCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maximumReplicationCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaximumReplicationCount",
"marshallLocationName" : "MaximumReplicationCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param maximumReplicationCount */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param maximumReplicationCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param maximumReplicationCount \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "MaximumPartitionCount",
"c2jName" : "MaximumPartitionCount",
"c2jShape" : "MaximumPartitionCount",
"variable" : {
"variableName" : "maximumPartitionCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maximumPartitionCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaximumPartitionCount",
"marshallLocationName" : "MaximumPartitionCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param maximumPartitionCount */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param maximumPartitionCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param maximumPartitionCount \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "limits",
"variableType" : "Limits",
"variableDeclarationType" : "Limits",
"documentation" : null,
"simpleType" : "Limits",
"variableSetterType" : "Limits"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MaximumReplicationCount" : {
"documentation" : "",
"name" : "MaximumReplicationCount",
"c2jName" : "MaximumReplicationCount",
"c2jShape" : "MaximumReplicationCount",
"variable" : {
"variableName" : "maximumReplicationCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maximumReplicationCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaximumReplicationCount",
"marshallLocationName" : "MaximumReplicationCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param maximumReplicationCount */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param maximumReplicationCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param maximumReplicationCount \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaximumPartitionCount" : {
"documentation" : "",
"name" : "MaximumPartitionCount",
"c2jName" : "MaximumPartitionCount",
"c2jShape" : "MaximumPartitionCount",
"variable" : {
"variableName" : "maximumPartitionCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "maximumPartitionCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaximumPartitionCount",
"marshallLocationName" : "MaximumPartitionCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param maximumPartitionCount */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param maximumPartitionCount \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param maximumPartitionCount \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AlgorithmicStemming" : {
"c2jName" : "AlgorithmicStemming",
"documentation" : "",
"shapeName" : "AlgorithmicStemming",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "None",
"value" : "none"
}, {
"name" : "Minimal",
"value" : "minimal"
}, {
"name" : "Light",
"value" : "light"
}, {
"name" : "Full",
"value" : "full"
} ],
"variable" : {
"variableName" : "algorithmicStemming",
"variableType" : "AlgorithmicStemming",
"variableDeclarationType" : "AlgorithmicStemming",
"documentation" : null,
"simpleType" : "AlgorithmicStemming",
"variableSetterType" : "AlgorithmicStemming"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeAvailabilityOptionsRequest" : {
"c2jName" : "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
.
",
"shapeName" : "DescribeAvailabilityOptionsRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the domain you want to describe.
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"name" : "Deployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Deployed",
"marshallLocationName" : "Deployed",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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
.*/",
"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
.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeAvailabilityOptionsRequest",
"variableType" : "DescribeAvailabilityOptionsRequest",
"variableDeclarationType" : "DescribeAvailabilityOptionsRequest",
"documentation" : null,
"simpleType" : "DescribeAvailabilityOptionsRequest",
"variableSetterType" : "DescribeAvailabilityOptionsRequest"
},
"marshaller" : {
"action" : "DescribeAvailabilityOptions",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "The name of the domain you want to describe.
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"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.*/",
"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.*/"
},
"Deployed" : {
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"name" : "Deployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Deployed",
"marshallLocationName" : "Deployed",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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
.*/",
"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
.*/",
"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.*/",
"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.*/"
}
}
},
"DescribeAvailabilityOptionsResult" : {
"c2jName" : "DescribeAvailabilityOptionsResponse",
"documentation" : "The result of a DescribeAvailabilityOptions
request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.
",
"shapeName" : "DescribeAvailabilityOptionsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"name" : "AvailabilityOptions",
"c2jName" : "AvailabilityOptions",
"c2jShape" : "AvailabilityOptionsStatus",
"variable" : {
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"variableDeclarationType" : "AvailabilityOptionsStatus",
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"setterModel" : {
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"variableDeclarationType" : "AvailabilityOptionsStatus",
"documentation" : "",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"getterModel" : {
"returnType" : "AvailabilityOptionsStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AvailabilityOptions",
"marshallLocationName" : "AvailabilityOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeAvailabilityOptionsResult",
"variableType" : "DescribeAvailabilityOptionsResult",
"variableDeclarationType" : "DescribeAvailabilityOptionsResult",
"documentation" : null,
"simpleType" : "DescribeAvailabilityOptionsResult",
"variableSetterType" : "DescribeAvailabilityOptionsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeAvailabilityOptionsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AvailabilityOptions" : {
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"name" : "AvailabilityOptions",
"c2jName" : "AvailabilityOptions",
"c2jShape" : "AvailabilityOptionsStatus",
"variable" : {
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"variableDeclarationType" : "AvailabilityOptionsStatus",
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"setterModel" : {
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"variableDeclarationType" : "AvailabilityOptionsStatus",
"documentation" : "",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"getterModel" : {
"returnType" : "AvailabilityOptionsStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AvailabilityOptions",
"marshallLocationName" : "AvailabilityOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
}
}
},
"IndexDocumentsResult" : {
"c2jName" : "IndexDocumentsResponse",
"documentation" : "The result of an IndexDocuments
request. Contains the status of the indexing operation, including the fields being indexed.
",
"shapeName" : "IndexDocumentsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The names of the fields that are currently being indexed.
",
"name" : "FieldNames",
"c2jName" : "FieldNames",
"c2jShape" : "FieldNameList",
"variable" : {
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The names of the fields that are currently being indexed.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FieldNames",
"marshallLocationName" : "FieldNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "FieldName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The names of the fields that are currently being indexed.
\n@param fieldNames The names of the fields that are currently being indexed.*/",
"getterDocumentation" : "/**The names of the fields that are currently being indexed.
\n@return The names of the fields that are currently being indexed.*/",
"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.*/",
"varargSetterDocumentation" : "/**The names of the fields that are currently being indexed.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "indexDocumentsResult",
"variableType" : "IndexDocumentsResult",
"variableDeclarationType" : "IndexDocumentsResult",
"documentation" : null,
"simpleType" : "IndexDocumentsResult",
"variableSetterType" : "IndexDocumentsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "IndexDocumentsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"FieldNames" : {
"documentation" : "The names of the fields that are currently being indexed.
",
"name" : "FieldNames",
"c2jName" : "FieldNames",
"c2jShape" : "FieldNameList",
"variable" : {
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The names of the fields that are currently being indexed.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FieldNames",
"marshallLocationName" : "FieldNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "FieldName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The names of the fields that are currently being indexed.
\n@param fieldNames The names of the fields that are currently being indexed.*/",
"getterDocumentation" : "/**The names of the fields that are currently being indexed.
\n@return The names of the fields that are currently being indexed.*/",
"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.*/",
"varargSetterDocumentation" : "/**The names of the fields that are currently being indexed.
\nNOTE: 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.*/"
}
}
},
"ListDomainNamesRequest" : {
"c2jName" : "ListDomainNamesRequest",
"documentation" : null,
"shapeName" : "ListDomainNamesRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "listDomainNamesRequest",
"variableType" : "ListDomainNamesRequest",
"variableDeclarationType" : "ListDomainNamesRequest",
"documentation" : null,
"simpleType" : "ListDomainNamesRequest",
"variableSetterType" : "ListDomainNamesRequest"
},
"marshaller" : {
"action" : "ListDomainNames",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeleteIndexFieldRequest" : {
"c2jName" : "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.
",
"shapeName" : "DeleteIndexFieldRequest",
"deprecated" : false,
"required" : [ "DomainName", "IndexFieldName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"name" : "IndexFieldName",
"c2jName" : "IndexFieldName",
"c2jShape" : "DynamicFieldName",
"variable" : {
"variableName" : "indexFieldName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "indexFieldName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IndexFieldName",
"marshallLocationName" : "IndexFieldName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the 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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteIndexFieldRequest",
"variableType" : "DeleteIndexFieldRequest",
"variableDeclarationType" : "DeleteIndexFieldRequest",
"documentation" : null,
"simpleType" : "DeleteIndexFieldRequest",
"variableSetterType" : "DeleteIndexFieldRequest"
},
"marshaller" : {
"action" : "DeleteIndexField",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"IndexFieldName" : {
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"name" : "IndexFieldName",
"c2jName" : "IndexFieldName",
"c2jShape" : "DynamicFieldName",
"variable" : {
"variableName" : "indexFieldName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "indexFieldName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IndexFieldName",
"marshallLocationName" : "IndexFieldName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"DomainName" : {
"documentation" : "",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param domainName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DisabledOperationException" : {
"c2jName" : "DisabledOperationException",
"documentation" : "The request was rejected because it attempted an operation which is not enabled.
",
"shapeName" : "DisabledOperationException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "disabledOperationException",
"variableType" : "DisabledOperationException",
"variableDeclarationType" : "DisabledOperationException",
"documentation" : null,
"simpleType" : "DisabledOperationException",
"variableSetterType" : "DisabledOperationException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "DisabledAction",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeSuggestersRequest" : {
"c2jName" : "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
.
",
"shapeName" : "DescribeSuggestersRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the domain you want to describe.
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "The suggesters you want to describe.
",
"name" : "SuggesterNames",
"c2jName" : "SuggesterNames",
"c2jShape" : "StandardNameList",
"variable" : {
"variableName" : "suggesterNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The suggesters you want to describe.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "suggesterNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SuggesterNames",
"marshallLocationName" : "SuggesterNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "StandardName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The suggesters you want to describe.
\n@param suggesterNames The suggesters you want to describe.*/",
"getterDocumentation" : "/**The suggesters you want to describe.
\n@return The suggesters you want to describe.*/",
"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.*/",
"varargSetterDocumentation" : "/**The suggesters you want to describe.
\nNOTE: 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.*/"
}, {
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"name" : "Deployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Deployed",
"marshallLocationName" : "Deployed",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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
.*/",
"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
.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeSuggestersRequest",
"variableType" : "DescribeSuggestersRequest",
"variableDeclarationType" : "DescribeSuggestersRequest",
"documentation" : null,
"simpleType" : "DescribeSuggestersRequest",
"variableSetterType" : "DescribeSuggestersRequest"
},
"marshaller" : {
"action" : "DescribeSuggesters",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "The name of the domain you want to describe.
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"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.*/",
"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.*/"
},
"SuggesterNames" : {
"documentation" : "The suggesters you want to describe.
",
"name" : "SuggesterNames",
"c2jName" : "SuggesterNames",
"c2jShape" : "StandardNameList",
"variable" : {
"variableName" : "suggesterNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The suggesters you want to describe.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "suggesterNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SuggesterNames",
"marshallLocationName" : "SuggesterNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "StandardName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The suggesters you want to describe.
\n@param suggesterNames The suggesters you want to describe.*/",
"getterDocumentation" : "/**The suggesters you want to describe.
\n@return The suggesters you want to describe.*/",
"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.*/",
"varargSetterDocumentation" : "/**The suggesters you want to describe.
\nNOTE: 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.*/"
},
"Deployed" : {
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"name" : "Deployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Deployed",
"marshallLocationName" : "Deployed",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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
.*/",
"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
.*/",
"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.*/",
"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.*/"
}
}
},
"ResourceNotFoundException" : {
"c2jName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"shapeName" : "ResourceNotFoundException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "resourceNotFoundException",
"variableType" : "ResourceNotFoundException",
"variableDeclarationType" : "ResourceNotFoundException",
"documentation" : null,
"simpleType" : "ResourceNotFoundException",
"variableSetterType" : "ResourceNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ResourceNotFound",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"OptionStatus" : {
"c2jName" : "OptionStatus",
"documentation" : "The status of domain configuration option.
",
"shapeName" : "OptionStatus",
"deprecated" : false,
"required" : [ "CreationDate", "UpdateDate", "State" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A timestamp for when this option was created.
",
"name" : "CreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "UpdateTimestamp",
"variable" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "A timestamp for when this option was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationDate",
"marshallLocationName" : "CreationDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A timestamp for when this option was created.
\n@param creationDate A timestamp for when this option was created.*/",
"getterDocumentation" : "/**A timestamp for when this option was created.
\n@return A timestamp for when this option was created.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "A timestamp for when this option was last updated.
",
"name" : "UpdateDate",
"c2jName" : "UpdateDate",
"c2jShape" : "UpdateTimestamp",
"variable" : {
"variableName" : "updateDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "A timestamp for when this option was last updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "updateDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UpdateDate",
"marshallLocationName" : "UpdateDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A timestamp for when this option was last updated.
\n@param updateDate A timestamp for when this option was last updated.*/",
"getterDocumentation" : "/**A timestamp for when this option was last updated.
\n@return A timestamp for when this option was last updated.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "A unique integer that indicates when this option was last updated.
",
"name" : "UpdateVersion",
"c2jName" : "UpdateVersion",
"c2jShape" : "UIntValue",
"variable" : {
"variableName" : "updateVersion",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "A unique integer that indicates when this option was last updated.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "updateVersion",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UpdateVersion",
"marshallLocationName" : "UpdateVersion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"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.
",
"name" : "State",
"c2jName" : "State",
"c2jShape" : "OptionState",
"variable" : {
"variableName" : "state",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "state",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "State",
"marshallLocationName" : "State",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "OptionState",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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*/",
"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*/",
"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*/",
"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*/"
}, {
"documentation" : "Indicates that the option will be deleted once processing is complete.
",
"name" : "PendingDeletion",
"c2jName" : "PendingDeletion",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "pendingDeletion",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates that the option will be deleted once processing is complete.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "pendingDeletion",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PendingDeletion",
"marshallLocationName" : "PendingDeletion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates that the option will be deleted once processing is complete.
\n@param pendingDeletion Indicates that the option will be deleted once processing is complete.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "optionStatus",
"variableType" : "OptionStatus",
"variableDeclarationType" : "OptionStatus",
"documentation" : null,
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"CreationDate" : {
"documentation" : "A timestamp for when this option was created.
",
"name" : "CreationDate",
"c2jName" : "CreationDate",
"c2jShape" : "UpdateTimestamp",
"variable" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "A timestamp for when this option was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "creationDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreationDate",
"marshallLocationName" : "CreationDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A timestamp for when this option was created.
\n@param creationDate A timestamp for when this option was created.*/",
"getterDocumentation" : "/**A timestamp for when this option was created.
\n@return A timestamp for when this option was created.*/",
"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.*/",
"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.*/"
},
"UpdateDate" : {
"documentation" : "A timestamp for when this option was last updated.
",
"name" : "UpdateDate",
"c2jName" : "UpdateDate",
"c2jShape" : "UpdateTimestamp",
"variable" : {
"variableName" : "updateDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "A timestamp for when this option was last updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "updateDate",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UpdateDate",
"marshallLocationName" : "UpdateDate",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A timestamp for when this option was last updated.
\n@param updateDate A timestamp for when this option was last updated.*/",
"getterDocumentation" : "/**A timestamp for when this option was last updated.
\n@return A timestamp for when this option was last updated.*/",
"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.*/",
"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.*/"
},
"UpdateVersion" : {
"documentation" : "A unique integer that indicates when this option was last updated.
",
"name" : "UpdateVersion",
"c2jName" : "UpdateVersion",
"c2jShape" : "UIntValue",
"variable" : {
"variableName" : "updateVersion",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "A unique integer that indicates when this option was last updated.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "updateVersion",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "UpdateVersion",
"marshallLocationName" : "UpdateVersion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"State" : {
"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.
",
"name" : "State",
"c2jName" : "State",
"c2jShape" : "OptionState",
"variable" : {
"variableName" : "state",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "state",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "State",
"marshallLocationName" : "State",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "OptionState",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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*/",
"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*/",
"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*/",
"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*/"
},
"PendingDeletion" : {
"documentation" : "Indicates that the option will be deleted once processing is complete.
",
"name" : "PendingDeletion",
"c2jName" : "PendingDeletion",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "pendingDeletion",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates that the option will be deleted once processing is complete.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "pendingDeletion",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PendingDeletion",
"marshallLocationName" : "PendingDeletion",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates that the option will be deleted once processing is complete.
\n@param pendingDeletion Indicates that the option will be deleted once processing is complete.*/",
"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.*/",
"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.*/",
"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.*/"
}
}
},
"IndexField" : {
"c2jName" : "IndexField",
"documentation" : "Configuration information for a field in the index, including its name, type, and options. The supported options depend on the IndexFieldType
.
",
"shapeName" : "IndexField",
"deprecated" : false,
"required" : [ "IndexFieldName", "IndexFieldType" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"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
.
",
"name" : "IndexFieldName",
"c2jName" : "IndexFieldName",
"c2jShape" : "DynamicFieldName",
"variable" : {
"variableName" : "indexFieldName",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "indexFieldName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IndexFieldName",
"marshallLocationName" : "IndexFieldName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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
.*/",
"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
.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "",
"name" : "IndexFieldType",
"c2jName" : "IndexFieldType",
"c2jShape" : "IndexFieldType",
"variable" : {
"variableName" : "indexFieldType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "indexFieldType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IndexFieldType",
"marshallLocationName" : "IndexFieldType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "IndexFieldType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param indexFieldType \n@see IndexFieldType*/",
"getterDocumentation" : "/**\n@return \n@see IndexFieldType*/",
"fluentSetterDocumentation" : "/**\n@param indexFieldType \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType*/",
"varargSetterDocumentation" : "/**\n@param indexFieldType \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType*/"
}, {
"documentation" : "",
"name" : "IntOptions",
"c2jName" : "IntOptions",
"c2jShape" : "IntOptions",
"variable" : {
"variableName" : "intOptions",
"variableType" : "IntOptions",
"variableDeclarationType" : "IntOptions",
"documentation" : "",
"simpleType" : "IntOptions",
"variableSetterType" : "IntOptions"
},
"setterModel" : {
"variableName" : "intOptions",
"variableType" : "IntOptions",
"variableDeclarationType" : "IntOptions",
"documentation" : "",
"simpleType" : "IntOptions",
"variableSetterType" : "IntOptions"
},
"getterModel" : {
"returnType" : "IntOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IntOptions",
"marshallLocationName" : "IntOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param intOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param intOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param intOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "DoubleOptions",
"c2jName" : "DoubleOptions",
"c2jShape" : "DoubleOptions",
"variable" : {
"variableName" : "doubleOptions",
"variableType" : "DoubleOptions",
"variableDeclarationType" : "DoubleOptions",
"documentation" : "",
"simpleType" : "DoubleOptions",
"variableSetterType" : "DoubleOptions"
},
"setterModel" : {
"variableName" : "doubleOptions",
"variableType" : "DoubleOptions",
"variableDeclarationType" : "DoubleOptions",
"documentation" : "",
"simpleType" : "DoubleOptions",
"variableSetterType" : "DoubleOptions"
},
"getterModel" : {
"returnType" : "DoubleOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DoubleOptions",
"marshallLocationName" : "DoubleOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param doubleOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param doubleOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param doubleOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "LiteralOptions",
"c2jName" : "LiteralOptions",
"c2jShape" : "LiteralOptions",
"variable" : {
"variableName" : "literalOptions",
"variableType" : "LiteralOptions",
"variableDeclarationType" : "LiteralOptions",
"documentation" : "",
"simpleType" : "LiteralOptions",
"variableSetterType" : "LiteralOptions"
},
"setterModel" : {
"variableName" : "literalOptions",
"variableType" : "LiteralOptions",
"variableDeclarationType" : "LiteralOptions",
"documentation" : "",
"simpleType" : "LiteralOptions",
"variableSetterType" : "LiteralOptions"
},
"getterModel" : {
"returnType" : "LiteralOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LiteralOptions",
"marshallLocationName" : "LiteralOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param literalOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param literalOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param literalOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "TextOptions",
"c2jName" : "TextOptions",
"c2jShape" : "TextOptions",
"variable" : {
"variableName" : "textOptions",
"variableType" : "TextOptions",
"variableDeclarationType" : "TextOptions",
"documentation" : "",
"simpleType" : "TextOptions",
"variableSetterType" : "TextOptions"
},
"setterModel" : {
"variableName" : "textOptions",
"variableType" : "TextOptions",
"variableDeclarationType" : "TextOptions",
"documentation" : "",
"simpleType" : "TextOptions",
"variableSetterType" : "TextOptions"
},
"getterModel" : {
"returnType" : "TextOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TextOptions",
"marshallLocationName" : "TextOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param textOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param textOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param textOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "DateOptions",
"c2jName" : "DateOptions",
"c2jShape" : "DateOptions",
"variable" : {
"variableName" : "dateOptions",
"variableType" : "DateOptions",
"variableDeclarationType" : "DateOptions",
"documentation" : "",
"simpleType" : "DateOptions",
"variableSetterType" : "DateOptions"
},
"setterModel" : {
"variableName" : "dateOptions",
"variableType" : "DateOptions",
"variableDeclarationType" : "DateOptions",
"documentation" : "",
"simpleType" : "DateOptions",
"variableSetterType" : "DateOptions"
},
"getterModel" : {
"returnType" : "DateOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateOptions",
"marshallLocationName" : "DateOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param dateOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param dateOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param dateOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "LatLonOptions",
"c2jName" : "LatLonOptions",
"c2jShape" : "LatLonOptions",
"variable" : {
"variableName" : "latLonOptions",
"variableType" : "LatLonOptions",
"variableDeclarationType" : "LatLonOptions",
"documentation" : "",
"simpleType" : "LatLonOptions",
"variableSetterType" : "LatLonOptions"
},
"setterModel" : {
"variableName" : "latLonOptions",
"variableType" : "LatLonOptions",
"variableDeclarationType" : "LatLonOptions",
"documentation" : "",
"simpleType" : "LatLonOptions",
"variableSetterType" : "LatLonOptions"
},
"getterModel" : {
"returnType" : "LatLonOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LatLonOptions",
"marshallLocationName" : "LatLonOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param latLonOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param latLonOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param latLonOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "IntArrayOptions",
"c2jName" : "IntArrayOptions",
"c2jShape" : "IntArrayOptions",
"variable" : {
"variableName" : "intArrayOptions",
"variableType" : "IntArrayOptions",
"variableDeclarationType" : "IntArrayOptions",
"documentation" : "",
"simpleType" : "IntArrayOptions",
"variableSetterType" : "IntArrayOptions"
},
"setterModel" : {
"variableName" : "intArrayOptions",
"variableType" : "IntArrayOptions",
"variableDeclarationType" : "IntArrayOptions",
"documentation" : "",
"simpleType" : "IntArrayOptions",
"variableSetterType" : "IntArrayOptions"
},
"getterModel" : {
"returnType" : "IntArrayOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IntArrayOptions",
"marshallLocationName" : "IntArrayOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param intArrayOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param intArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param intArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "DoubleArrayOptions",
"c2jName" : "DoubleArrayOptions",
"c2jShape" : "DoubleArrayOptions",
"variable" : {
"variableName" : "doubleArrayOptions",
"variableType" : "DoubleArrayOptions",
"variableDeclarationType" : "DoubleArrayOptions",
"documentation" : "",
"simpleType" : "DoubleArrayOptions",
"variableSetterType" : "DoubleArrayOptions"
},
"setterModel" : {
"variableName" : "doubleArrayOptions",
"variableType" : "DoubleArrayOptions",
"variableDeclarationType" : "DoubleArrayOptions",
"documentation" : "",
"simpleType" : "DoubleArrayOptions",
"variableSetterType" : "DoubleArrayOptions"
},
"getterModel" : {
"returnType" : "DoubleArrayOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DoubleArrayOptions",
"marshallLocationName" : "DoubleArrayOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param doubleArrayOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param doubleArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param doubleArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "LiteralArrayOptions",
"c2jName" : "LiteralArrayOptions",
"c2jShape" : "LiteralArrayOptions",
"variable" : {
"variableName" : "literalArrayOptions",
"variableType" : "LiteralArrayOptions",
"variableDeclarationType" : "LiteralArrayOptions",
"documentation" : "",
"simpleType" : "LiteralArrayOptions",
"variableSetterType" : "LiteralArrayOptions"
},
"setterModel" : {
"variableName" : "literalArrayOptions",
"variableType" : "LiteralArrayOptions",
"variableDeclarationType" : "LiteralArrayOptions",
"documentation" : "",
"simpleType" : "LiteralArrayOptions",
"variableSetterType" : "LiteralArrayOptions"
},
"getterModel" : {
"returnType" : "LiteralArrayOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LiteralArrayOptions",
"marshallLocationName" : "LiteralArrayOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param literalArrayOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param literalArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param literalArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "TextArrayOptions",
"c2jName" : "TextArrayOptions",
"c2jShape" : "TextArrayOptions",
"variable" : {
"variableName" : "textArrayOptions",
"variableType" : "TextArrayOptions",
"variableDeclarationType" : "TextArrayOptions",
"documentation" : "",
"simpleType" : "TextArrayOptions",
"variableSetterType" : "TextArrayOptions"
},
"setterModel" : {
"variableName" : "textArrayOptions",
"variableType" : "TextArrayOptions",
"variableDeclarationType" : "TextArrayOptions",
"documentation" : "",
"simpleType" : "TextArrayOptions",
"variableSetterType" : "TextArrayOptions"
},
"getterModel" : {
"returnType" : "TextArrayOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TextArrayOptions",
"marshallLocationName" : "TextArrayOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param textArrayOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param textArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param textArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "DateArrayOptions",
"c2jName" : "DateArrayOptions",
"c2jShape" : "DateArrayOptions",
"variable" : {
"variableName" : "dateArrayOptions",
"variableType" : "DateArrayOptions",
"variableDeclarationType" : "DateArrayOptions",
"documentation" : "",
"simpleType" : "DateArrayOptions",
"variableSetterType" : "DateArrayOptions"
},
"setterModel" : {
"variableName" : "dateArrayOptions",
"variableType" : "DateArrayOptions",
"variableDeclarationType" : "DateArrayOptions",
"documentation" : "",
"simpleType" : "DateArrayOptions",
"variableSetterType" : "DateArrayOptions"
},
"getterModel" : {
"returnType" : "DateArrayOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateArrayOptions",
"marshallLocationName" : "DateArrayOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param dateArrayOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param dateArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param dateArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "indexField",
"variableType" : "IndexField",
"variableDeclarationType" : "IndexField",
"documentation" : null,
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"LiteralOptions" : {
"documentation" : "",
"name" : "LiteralOptions",
"c2jName" : "LiteralOptions",
"c2jShape" : "LiteralOptions",
"variable" : {
"variableName" : "literalOptions",
"variableType" : "LiteralOptions",
"variableDeclarationType" : "LiteralOptions",
"documentation" : "",
"simpleType" : "LiteralOptions",
"variableSetterType" : "LiteralOptions"
},
"setterModel" : {
"variableName" : "literalOptions",
"variableType" : "LiteralOptions",
"variableDeclarationType" : "LiteralOptions",
"documentation" : "",
"simpleType" : "LiteralOptions",
"variableSetterType" : "LiteralOptions"
},
"getterModel" : {
"returnType" : "LiteralOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LiteralOptions",
"marshallLocationName" : "LiteralOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param literalOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param literalOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param literalOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DoubleOptions" : {
"documentation" : "",
"name" : "DoubleOptions",
"c2jName" : "DoubleOptions",
"c2jShape" : "DoubleOptions",
"variable" : {
"variableName" : "doubleOptions",
"variableType" : "DoubleOptions",
"variableDeclarationType" : "DoubleOptions",
"documentation" : "",
"simpleType" : "DoubleOptions",
"variableSetterType" : "DoubleOptions"
},
"setterModel" : {
"variableName" : "doubleOptions",
"variableType" : "DoubleOptions",
"variableDeclarationType" : "DoubleOptions",
"documentation" : "",
"simpleType" : "DoubleOptions",
"variableSetterType" : "DoubleOptions"
},
"getterModel" : {
"returnType" : "DoubleOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DoubleOptions",
"marshallLocationName" : "DoubleOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param doubleOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param doubleOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param doubleOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LatLonOptions" : {
"documentation" : "",
"name" : "LatLonOptions",
"c2jName" : "LatLonOptions",
"c2jShape" : "LatLonOptions",
"variable" : {
"variableName" : "latLonOptions",
"variableType" : "LatLonOptions",
"variableDeclarationType" : "LatLonOptions",
"documentation" : "",
"simpleType" : "LatLonOptions",
"variableSetterType" : "LatLonOptions"
},
"setterModel" : {
"variableName" : "latLonOptions",
"variableType" : "LatLonOptions",
"variableDeclarationType" : "LatLonOptions",
"documentation" : "",
"simpleType" : "LatLonOptions",
"variableSetterType" : "LatLonOptions"
},
"getterModel" : {
"returnType" : "LatLonOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LatLonOptions",
"marshallLocationName" : "LatLonOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param latLonOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param latLonOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param latLonOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IndexFieldName" : {
"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
.
",
"name" : "IndexFieldName",
"c2jName" : "IndexFieldName",
"c2jShape" : "DynamicFieldName",
"variable" : {
"variableName" : "indexFieldName",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "indexFieldName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IndexFieldName",
"marshallLocationName" : "IndexFieldName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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
.*/",
"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
.*/",
"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.*/",
"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.*/"
},
"DoubleArrayOptions" : {
"documentation" : "",
"name" : "DoubleArrayOptions",
"c2jName" : "DoubleArrayOptions",
"c2jShape" : "DoubleArrayOptions",
"variable" : {
"variableName" : "doubleArrayOptions",
"variableType" : "DoubleArrayOptions",
"variableDeclarationType" : "DoubleArrayOptions",
"documentation" : "",
"simpleType" : "DoubleArrayOptions",
"variableSetterType" : "DoubleArrayOptions"
},
"setterModel" : {
"variableName" : "doubleArrayOptions",
"variableType" : "DoubleArrayOptions",
"variableDeclarationType" : "DoubleArrayOptions",
"documentation" : "",
"simpleType" : "DoubleArrayOptions",
"variableSetterType" : "DoubleArrayOptions"
},
"getterModel" : {
"returnType" : "DoubleArrayOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DoubleArrayOptions",
"marshallLocationName" : "DoubleArrayOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param doubleArrayOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param doubleArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param doubleArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LiteralArrayOptions" : {
"documentation" : "",
"name" : "LiteralArrayOptions",
"c2jName" : "LiteralArrayOptions",
"c2jShape" : "LiteralArrayOptions",
"variable" : {
"variableName" : "literalArrayOptions",
"variableType" : "LiteralArrayOptions",
"variableDeclarationType" : "LiteralArrayOptions",
"documentation" : "",
"simpleType" : "LiteralArrayOptions",
"variableSetterType" : "LiteralArrayOptions"
},
"setterModel" : {
"variableName" : "literalArrayOptions",
"variableType" : "LiteralArrayOptions",
"variableDeclarationType" : "LiteralArrayOptions",
"documentation" : "",
"simpleType" : "LiteralArrayOptions",
"variableSetterType" : "LiteralArrayOptions"
},
"getterModel" : {
"returnType" : "LiteralArrayOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LiteralArrayOptions",
"marshallLocationName" : "LiteralArrayOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param literalArrayOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param literalArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param literalArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DateArrayOptions" : {
"documentation" : "",
"name" : "DateArrayOptions",
"c2jName" : "DateArrayOptions",
"c2jShape" : "DateArrayOptions",
"variable" : {
"variableName" : "dateArrayOptions",
"variableType" : "DateArrayOptions",
"variableDeclarationType" : "DateArrayOptions",
"documentation" : "",
"simpleType" : "DateArrayOptions",
"variableSetterType" : "DateArrayOptions"
},
"setterModel" : {
"variableName" : "dateArrayOptions",
"variableType" : "DateArrayOptions",
"variableDeclarationType" : "DateArrayOptions",
"documentation" : "",
"simpleType" : "DateArrayOptions",
"variableSetterType" : "DateArrayOptions"
},
"getterModel" : {
"returnType" : "DateArrayOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateArrayOptions",
"marshallLocationName" : "DateArrayOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param dateArrayOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param dateArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param dateArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IntArrayOptions" : {
"documentation" : "",
"name" : "IntArrayOptions",
"c2jName" : "IntArrayOptions",
"c2jShape" : "IntArrayOptions",
"variable" : {
"variableName" : "intArrayOptions",
"variableType" : "IntArrayOptions",
"variableDeclarationType" : "IntArrayOptions",
"documentation" : "",
"simpleType" : "IntArrayOptions",
"variableSetterType" : "IntArrayOptions"
},
"setterModel" : {
"variableName" : "intArrayOptions",
"variableType" : "IntArrayOptions",
"variableDeclarationType" : "IntArrayOptions",
"documentation" : "",
"simpleType" : "IntArrayOptions",
"variableSetterType" : "IntArrayOptions"
},
"getterModel" : {
"returnType" : "IntArrayOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IntArrayOptions",
"marshallLocationName" : "IntArrayOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param intArrayOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param intArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param intArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TextOptions" : {
"documentation" : "",
"name" : "TextOptions",
"c2jName" : "TextOptions",
"c2jShape" : "TextOptions",
"variable" : {
"variableName" : "textOptions",
"variableType" : "TextOptions",
"variableDeclarationType" : "TextOptions",
"documentation" : "",
"simpleType" : "TextOptions",
"variableSetterType" : "TextOptions"
},
"setterModel" : {
"variableName" : "textOptions",
"variableType" : "TextOptions",
"variableDeclarationType" : "TextOptions",
"documentation" : "",
"simpleType" : "TextOptions",
"variableSetterType" : "TextOptions"
},
"getterModel" : {
"returnType" : "TextOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TextOptions",
"marshallLocationName" : "TextOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param textOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param textOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param textOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IntOptions" : {
"documentation" : "",
"name" : "IntOptions",
"c2jName" : "IntOptions",
"c2jShape" : "IntOptions",
"variable" : {
"variableName" : "intOptions",
"variableType" : "IntOptions",
"variableDeclarationType" : "IntOptions",
"documentation" : "",
"simpleType" : "IntOptions",
"variableSetterType" : "IntOptions"
},
"setterModel" : {
"variableName" : "intOptions",
"variableType" : "IntOptions",
"variableDeclarationType" : "IntOptions",
"documentation" : "",
"simpleType" : "IntOptions",
"variableSetterType" : "IntOptions"
},
"getterModel" : {
"returnType" : "IntOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IntOptions",
"marshallLocationName" : "IntOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param intOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param intOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param intOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"IndexFieldType" : {
"documentation" : "",
"name" : "IndexFieldType",
"c2jName" : "IndexFieldType",
"c2jShape" : "IndexFieldType",
"variable" : {
"variableName" : "indexFieldType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "indexFieldType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "IndexFieldType",
"marshallLocationName" : "IndexFieldType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "IndexFieldType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param indexFieldType \n@see IndexFieldType*/",
"getterDocumentation" : "/**\n@return \n@see IndexFieldType*/",
"fluentSetterDocumentation" : "/**\n@param indexFieldType \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType*/",
"varargSetterDocumentation" : "/**\n@param indexFieldType \n@return Returns a reference to this object so that method calls can be chained together.\n@see IndexFieldType*/"
},
"TextArrayOptions" : {
"documentation" : "",
"name" : "TextArrayOptions",
"c2jName" : "TextArrayOptions",
"c2jShape" : "TextArrayOptions",
"variable" : {
"variableName" : "textArrayOptions",
"variableType" : "TextArrayOptions",
"variableDeclarationType" : "TextArrayOptions",
"documentation" : "",
"simpleType" : "TextArrayOptions",
"variableSetterType" : "TextArrayOptions"
},
"setterModel" : {
"variableName" : "textArrayOptions",
"variableType" : "TextArrayOptions",
"variableDeclarationType" : "TextArrayOptions",
"documentation" : "",
"simpleType" : "TextArrayOptions",
"variableSetterType" : "TextArrayOptions"
},
"getterModel" : {
"returnType" : "TextArrayOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TextArrayOptions",
"marshallLocationName" : "TextArrayOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param textArrayOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param textArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param textArrayOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DateOptions" : {
"documentation" : "",
"name" : "DateOptions",
"c2jName" : "DateOptions",
"c2jShape" : "DateOptions",
"variable" : {
"variableName" : "dateOptions",
"variableType" : "DateOptions",
"variableDeclarationType" : "DateOptions",
"documentation" : "",
"simpleType" : "DateOptions",
"variableSetterType" : "DateOptions"
},
"setterModel" : {
"variableName" : "dateOptions",
"variableType" : "DateOptions",
"variableDeclarationType" : "DateOptions",
"documentation" : "",
"simpleType" : "DateOptions",
"variableSetterType" : "DateOptions"
},
"getterModel" : {
"returnType" : "DateOptions",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DateOptions",
"marshallLocationName" : "DateOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param dateOptions */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param dateOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param dateOptions \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"OptionState" : {
"c2jName" : "OptionState",
"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.
",
"shapeName" : "OptionState",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "RequiresIndexDocuments",
"value" : "RequiresIndexDocuments"
}, {
"name" : "Processing",
"value" : "Processing"
}, {
"name" : "Active",
"value" : "Active"
}, {
"name" : "FailedToValidate",
"value" : "FailedToValidate"
} ],
"variable" : {
"variableName" : "optionState",
"variableType" : "OptionState",
"variableDeclarationType" : "OptionState",
"documentation" : null,
"simpleType" : "OptionState",
"variableSetterType" : "OptionState"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"ScalingParametersStatus" : {
"c2jName" : "ScalingParametersStatus",
"documentation" : "The status and configuration of a search domain's scaling parameters.
",
"shapeName" : "ScalingParametersStatus",
"deprecated" : false,
"required" : [ "Options", "Status" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "Options",
"c2jName" : "Options",
"c2jShape" : "ScalingParameters",
"variable" : {
"variableName" : "options",
"variableType" : "ScalingParameters",
"variableDeclarationType" : "ScalingParameters",
"documentation" : "",
"simpleType" : "ScalingParameters",
"variableSetterType" : "ScalingParameters"
},
"setterModel" : {
"variableName" : "options",
"variableType" : "ScalingParameters",
"variableDeclarationType" : "ScalingParameters",
"documentation" : "",
"simpleType" : "ScalingParameters",
"variableSetterType" : "ScalingParameters"
},
"getterModel" : {
"returnType" : "ScalingParameters",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Options",
"marshallLocationName" : "Options",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param options */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"variable" : {
"variableName" : "status",
"variableType" : "OptionStatus",
"variableDeclarationType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "OptionStatus",
"variableDeclarationType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param status */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "scalingParametersStatus",
"variableType" : "ScalingParametersStatus",
"variableDeclarationType" : "ScalingParametersStatus",
"documentation" : null,
"simpleType" : "ScalingParametersStatus",
"variableSetterType" : "ScalingParametersStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"variable" : {
"variableName" : "status",
"variableType" : "OptionStatus",
"variableDeclarationType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "OptionStatus",
"variableDeclarationType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param status */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Options" : {
"documentation" : "",
"name" : "Options",
"c2jName" : "Options",
"c2jShape" : "ScalingParameters",
"variable" : {
"variableName" : "options",
"variableType" : "ScalingParameters",
"variableDeclarationType" : "ScalingParameters",
"documentation" : "",
"simpleType" : "ScalingParameters",
"variableSetterType" : "ScalingParameters"
},
"setterModel" : {
"variableName" : "options",
"variableType" : "ScalingParameters",
"variableDeclarationType" : "ScalingParameters",
"documentation" : "",
"simpleType" : "ScalingParameters",
"variableSetterType" : "ScalingParameters"
},
"getterModel" : {
"returnType" : "ScalingParameters",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Options",
"marshallLocationName" : "Options",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param options */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"SuggesterStatus" : {
"c2jName" : "SuggesterStatus",
"documentation" : "The value of a Suggester
and its current status.
",
"shapeName" : "SuggesterStatus",
"deprecated" : false,
"required" : [ "Options", "Status" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "Options",
"c2jName" : "Options",
"c2jShape" : "Suggester",
"variable" : {
"variableName" : "options",
"variableType" : "Suggester",
"variableDeclarationType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"setterModel" : {
"variableName" : "options",
"variableType" : "Suggester",
"variableDeclarationType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"getterModel" : {
"returnType" : "Suggester",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Options",
"marshallLocationName" : "Options",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param options */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"variable" : {
"variableName" : "status",
"variableType" : "OptionStatus",
"variableDeclarationType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "OptionStatus",
"variableDeclarationType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param status */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "suggesterStatus",
"variableType" : "SuggesterStatus",
"variableDeclarationType" : "SuggesterStatus",
"documentation" : null,
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"variable" : {
"variableName" : "status",
"variableType" : "OptionStatus",
"variableDeclarationType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "OptionStatus",
"variableDeclarationType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param status */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Options" : {
"documentation" : "",
"name" : "Options",
"c2jName" : "Options",
"c2jShape" : "Suggester",
"variable" : {
"variableName" : "options",
"variableType" : "Suggester",
"variableDeclarationType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"setterModel" : {
"variableName" : "options",
"variableType" : "Suggester",
"variableDeclarationType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"getterModel" : {
"returnType" : "Suggester",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Options",
"marshallLocationName" : "Options",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param options */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LiteralOptions" : {
"c2jName" : "LiteralOptions",
"documentation" : "Options for literal field. Present if IndexFieldType
specifies the field is of type literal
. All options are enabled by default.
",
"shapeName" : "LiteralOptions",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "",
"name" : "SourceField",
"c2jName" : "SourceField",
"c2jShape" : "FieldName",
"variable" : {
"variableName" : "sourceField",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceField",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceField",
"marshallLocationName" : "SourceField",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param sourceField */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Whether facet information can be returned for the field.
",
"name" : "FacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FacetEnabled",
"marshallLocationName" : "FacetEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the contents of the field are searchable.
",
"name" : "SearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SearchEnabled",
"marshallLocationName" : "SearchEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"name" : "ReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReturnEnabled",
"marshallLocationName" : "ReturnEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "Whether the field can be used to sort the search results.
",
"name" : "SortEnabled",
"c2jName" : "SortEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the field can be used to sort the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SortEnabled",
"marshallLocationName" : "SortEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "literalOptions",
"variableType" : "LiteralOptions",
"variableDeclarationType" : "LiteralOptions",
"documentation" : null,
"simpleType" : "LiteralOptions",
"variableSetterType" : "LiteralOptions"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DefaultValue" : {
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"name" : "DefaultValue",
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"variable" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "defaultValue",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DefaultValue",
"marshallLocationName" : "DefaultValue",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"ReturnEnabled" : {
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"name" : "ReturnEnabled",
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ReturnEnabled",
"marshallLocationName" : "ReturnEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"SortEnabled" : {
"documentation" : "Whether the field can be used to sort the search results.
",
"name" : "SortEnabled",
"c2jName" : "SortEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the field can be used to sort the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SortEnabled",
"marshallLocationName" : "SortEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"SourceField" : {
"documentation" : "",
"name" : "SourceField",
"c2jName" : "SourceField",
"c2jShape" : "FieldName",
"variable" : {
"variableName" : "sourceField",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sourceField",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SourceField",
"marshallLocationName" : "SourceField",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param sourceField */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FacetEnabled" : {
"documentation" : "Whether facet information can be returned for the field.
",
"name" : "FacetEnabled",
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FacetEnabled",
"marshallLocationName" : "FacetEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"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.*/",
"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.*/"
},
"SearchEnabled" : {
"documentation" : "Whether the contents of the field are searchable.
",
"name" : "SearchEnabled",
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SearchEnabled",
"marshallLocationName" : "SearchEnabled",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"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.*/",
"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.*/"
}
}
},
"DescribeSuggestersResult" : {
"c2jName" : "DescribeSuggestersResponse",
"documentation" : "The result of a DescribeSuggesters
request.
",
"shapeName" : "DescribeSuggestersResult",
"deprecated" : false,
"required" : [ "Suggesters" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The suggesters configured for the domain specified in the request.
",
"name" : "Suggesters",
"c2jName" : "Suggesters",
"c2jShape" : "SuggesterStatusList",
"variable" : {
"variableName" : "suggesters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The suggesters configured for the domain specified in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "suggesters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Suggesters",
"marshallLocationName" : "Suggesters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "SuggesterStatus",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SuggesterStatus",
"variable" : {
"variableName" : "member",
"variableType" : "SuggesterStatus",
"variableDeclarationType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "SuggesterStatus",
"variableDeclarationType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "SuggesterStatus",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The suggesters configured for the domain specified in the request.
\n@param suggesters The suggesters configured for the domain specified in the request.*/",
"getterDocumentation" : "/**The suggesters configured for the domain specified in the request.
\n@return The suggesters configured for the domain specified in the request.*/",
"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.*/",
"varargSetterDocumentation" : "/**The suggesters configured for the domain specified in the request.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeSuggestersResult",
"variableType" : "DescribeSuggestersResult",
"variableDeclarationType" : "DescribeSuggestersResult",
"documentation" : null,
"simpleType" : "DescribeSuggestersResult",
"variableSetterType" : "DescribeSuggestersResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeSuggestersResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Suggesters" : {
"documentation" : "The suggesters configured for the domain specified in the request.
",
"name" : "Suggesters",
"c2jName" : "Suggesters",
"c2jShape" : "SuggesterStatusList",
"variable" : {
"variableName" : "suggesters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The suggesters configured for the domain specified in the request.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "suggesters",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Suggesters",
"marshallLocationName" : "Suggesters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "SuggesterStatus",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "SuggesterStatus",
"variable" : {
"variableName" : "member",
"variableType" : "SuggesterStatus",
"variableDeclarationType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "SuggesterStatus",
"variableDeclarationType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "SuggesterStatus",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The suggesters configured for the domain specified in the request.
\n@param suggesters The suggesters configured for the domain specified in the request.*/",
"getterDocumentation" : "/**The suggesters configured for the domain specified in the request.
\n@return The suggesters configured for the domain specified in the request.*/",
"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.*/",
"varargSetterDocumentation" : "/**The suggesters configured for the domain specified in the request.
\nNOTE: 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.*/"
}
}
},
"DescribeAnalysisSchemesResult" : {
"c2jName" : "DescribeAnalysisSchemesResponse",
"documentation" : "The result of a DescribeAnalysisSchemes
request. Contains the analysis schemes configured for the domain specified in the request.
",
"shapeName" : "DescribeAnalysisSchemesResult",
"deprecated" : false,
"required" : [ "AnalysisSchemes" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The analysis scheme descriptions.
",
"name" : "AnalysisSchemes",
"c2jName" : "AnalysisSchemes",
"c2jShape" : "AnalysisSchemeStatusList",
"variable" : {
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The analysis scheme descriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AnalysisSchemes",
"marshallLocationName" : "AnalysisSchemes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AnalysisSchemeStatus",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AnalysisSchemeStatus",
"variable" : {
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"variableDeclarationType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"variableDeclarationType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "AnalysisSchemeStatus",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.*/",
"getterDocumentation" : "/**The analysis scheme descriptions.
\n@return The analysis scheme descriptions.*/",
"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.*/",
"varargSetterDocumentation" : "/**The analysis scheme descriptions.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeAnalysisSchemesResult",
"variableType" : "DescribeAnalysisSchemesResult",
"variableDeclarationType" : "DescribeAnalysisSchemesResult",
"documentation" : null,
"simpleType" : "DescribeAnalysisSchemesResult",
"variableSetterType" : "DescribeAnalysisSchemesResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeAnalysisSchemesResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AnalysisSchemes" : {
"documentation" : "The analysis scheme descriptions.
",
"name" : "AnalysisSchemes",
"c2jName" : "AnalysisSchemes",
"c2jShape" : "AnalysisSchemeStatusList",
"variable" : {
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The analysis scheme descriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AnalysisSchemes",
"marshallLocationName" : "AnalysisSchemes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "AnalysisSchemeStatus",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "AnalysisSchemeStatus",
"variable" : {
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"variableDeclarationType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"variableDeclarationType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "AnalysisSchemeStatus",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.*/",
"getterDocumentation" : "/**The analysis scheme descriptions.
\n@return The analysis scheme descriptions.*/",
"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.*/",
"varargSetterDocumentation" : "/**The analysis scheme descriptions.
\nNOTE: 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.*/"
}
}
},
"DescribeExpressionsResult" : {
"c2jName" : "DescribeExpressionsResponse",
"documentation" : "The result of a DescribeExpressions
request. Contains the expressions configured for the domain specified in the request.
",
"shapeName" : "DescribeExpressionsResult",
"deprecated" : false,
"required" : [ "Expressions" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The expressions configured for the domain.
",
"name" : "Expressions",
"c2jName" : "Expressions",
"c2jShape" : "ExpressionStatusList",
"variable" : {
"variableName" : "expressions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The expressions configured for the domain.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "expressions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Expressions",
"marshallLocationName" : "Expressions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ExpressionStatus",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ExpressionStatus",
"variable" : {
"variableName" : "member",
"variableType" : "ExpressionStatus",
"variableDeclarationType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ExpressionStatus",
"variableDeclarationType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "ExpressionStatus",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The expressions configured for the domain.
\n@param expressions The expressions configured for the domain.*/",
"getterDocumentation" : "/**The expressions configured for the domain.
\n@return The expressions configured for the domain.*/",
"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.*/",
"varargSetterDocumentation" : "/**The expressions configured for the domain.
\nNOTE: 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeExpressionsResult",
"variableType" : "DescribeExpressionsResult",
"variableDeclarationType" : "DescribeExpressionsResult",
"documentation" : null,
"simpleType" : "DescribeExpressionsResult",
"variableSetterType" : "DescribeExpressionsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "DescribeExpressionsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Expressions" : {
"documentation" : "The expressions configured for the domain.
",
"name" : "Expressions",
"c2jName" : "Expressions",
"c2jShape" : "ExpressionStatusList",
"variable" : {
"variableName" : "expressions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The expressions configured for the domain.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "expressions",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Expressions",
"marshallLocationName" : "Expressions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "ExpressionStatus",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "ExpressionStatus",
"variable" : {
"variableName" : "member",
"variableType" : "ExpressionStatus",
"variableDeclarationType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "ExpressionStatus",
"variableDeclarationType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "ExpressionStatus",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : false,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The expressions configured for the domain.
\n@param expressions The expressions configured for the domain.*/",
"getterDocumentation" : "/**The expressions configured for the domain.
\n@return The expressions configured for the domain.*/",
"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.*/",
"varargSetterDocumentation" : "/**The expressions configured for the domain.
\nNOTE: 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.*/"
}
}
},
"UpdateAvailabilityOptionsResult" : {
"c2jName" : "UpdateAvailabilityOptionsResponse",
"documentation" : "The result of a UpdateAvailabilityOptions
request. Contains the status of the domain's availability options.
",
"shapeName" : "UpdateAvailabilityOptionsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.
",
"name" : "AvailabilityOptions",
"c2jName" : "AvailabilityOptions",
"c2jShape" : "AvailabilityOptionsStatus",
"variable" : {
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"variableDeclarationType" : "AvailabilityOptionsStatus",
"documentation" : "The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.
",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"setterModel" : {
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"variableDeclarationType" : "AvailabilityOptionsStatus",
"documentation" : "",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"getterModel" : {
"returnType" : "AvailabilityOptionsStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AvailabilityOptions",
"marshallLocationName" : "AvailabilityOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateAvailabilityOptionsResult",
"variableType" : "UpdateAvailabilityOptionsResult",
"variableDeclarationType" : "UpdateAvailabilityOptionsResult",
"documentation" : null,
"simpleType" : "UpdateAvailabilityOptionsResult",
"variableSetterType" : "UpdateAvailabilityOptionsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : "UpdateAvailabilityOptionsResult",
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"AvailabilityOptions" : {
"documentation" : "The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.
",
"name" : "AvailabilityOptions",
"c2jName" : "AvailabilityOptions",
"c2jShape" : "AvailabilityOptionsStatus",
"variable" : {
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"variableDeclarationType" : "AvailabilityOptionsStatus",
"documentation" : "The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.
",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"setterModel" : {
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"variableDeclarationType" : "AvailabilityOptionsStatus",
"documentation" : "",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"getterModel" : {
"returnType" : "AvailabilityOptionsStatus",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AvailabilityOptions",
"marshallLocationName" : "AvailabilityOptions",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The 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.*/",
"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.*/",
"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.*/",
"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.*/"
}
}
},
"AnalysisOptions" : {
"c2jName" : "AnalysisOptions",
"documentation" : "Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.
",
"shapeName" : "AnalysisOptions",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"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.
",
"name" : "Synonyms",
"c2jName" : "Synonyms",
"c2jShape" : "String",
"variable" : {
"variableName" : "synonyms",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "synonyms",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Synonyms",
"marshallLocationName" : "Synonyms",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"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.
",
"name" : "Stopwords",
"c2jName" : "Stopwords",
"c2jShape" : "String",
"variable" : {
"variableName" : "stopwords",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "stopwords",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Stopwords",
"marshallLocationName" : "Stopwords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"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.
",
"name" : "StemmingDictionary",
"c2jName" : "StemmingDictionary",
"c2jShape" : "String",
"variable" : {
"variableName" : "stemmingDictionary",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "stemmingDictionary",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StemmingDictionary",
"marshallLocationName" : "StemmingDictionary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"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.
",
"name" : "JapaneseTokenizationDictionary",
"c2jName" : "JapaneseTokenizationDictionary",
"c2jShape" : "String",
"variable" : {
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "JapaneseTokenizationDictionary",
"marshallLocationName" : "JapaneseTokenizationDictionary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
}, {
"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
",
"name" : "AlgorithmicStemming",
"c2jName" : "AlgorithmicStemming",
"c2jShape" : "AlgorithmicStemming",
"variable" : {
"variableName" : "algorithmicStemming",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "algorithmicStemming",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AlgorithmicStemming",
"marshallLocationName" : "AlgorithmicStemming",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "AlgorithmicStemming",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"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*/",
"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*/",
"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*/",
"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*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"variableDeclarationType" : "AnalysisOptions",
"documentation" : null,
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Synonyms" : {
"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.
",
"name" : "Synonyms",
"c2jName" : "Synonyms",
"c2jShape" : "String",
"variable" : {
"variableName" : "synonyms",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "synonyms",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Synonyms",
"marshallLocationName" : "Synonyms",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"JapaneseTokenizationDictionary" : {
"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.
",
"name" : "JapaneseTokenizationDictionary",
"c2jName" : "JapaneseTokenizationDictionary",
"c2jShape" : "String",
"variable" : {
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "JapaneseTokenizationDictionary",
"marshallLocationName" : "JapaneseTokenizationDictionary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"AlgorithmicStemming" : {
"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
",
"name" : "AlgorithmicStemming",
"c2jName" : "AlgorithmicStemming",
"c2jShape" : "AlgorithmicStemming",
"variable" : {
"variableName" : "algorithmicStemming",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "algorithmicStemming",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "AlgorithmicStemming",
"marshallLocationName" : "AlgorithmicStemming",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "AlgorithmicStemming",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"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*/",
"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*/",
"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*/",
"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*/"
},
"Stopwords" : {
"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.
",
"name" : "Stopwords",
"c2jName" : "Stopwords",
"c2jShape" : "String",
"variable" : {
"variableName" : "stopwords",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "stopwords",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Stopwords",
"marshallLocationName" : "Stopwords",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
},
"StemmingDictionary" : {
"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.
",
"name" : "StemmingDictionary",
"c2jName" : "StemmingDictionary",
"c2jShape" : "String",
"variable" : {
"variableName" : "stemmingDictionary",
"variableType" : "String",
"variableDeclarationType" : "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"
},
"setterModel" : {
"variableName" : "stemmingDictionary",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StemmingDictionary",
"marshallLocationName" : "StemmingDictionary",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A 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.*/",
"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.*/",
"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.*/",
"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.*/"
}
}
},
"DescribeIndexFieldsRequest" : {
"c2jName" : "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
.
",
"shapeName" : "DescribeIndexFieldsRequest",
"deprecated" : false,
"required" : [ "DomainName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the domain you want to describe.
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"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.*/",
"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.*/"
}, {
"documentation" : "A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
",
"name" : "FieldNames",
"c2jName" : "FieldNames",
"c2jShape" : "DynamicFieldNameList",
"variable" : {
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"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"
},
"setterModel" : {
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FieldNames",
"marshallLocationName" : "FieldNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "DynamicFieldName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"simple" : true,
"map" : false
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"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.*/",
"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.*/",
"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.*/",
"varargSetterDocumentation" : "/**A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
\nNOTE: 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.*/"
}, {
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"name" : "Deployed",
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"variable" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "deployed",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Deployed",
"marshallLocationName" : "Deployed",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**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
.*/",
"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
.*/",
"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.*/",
"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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeIndexFieldsRequest",
"variableType" : "DescribeIndexFieldsRequest",
"variableDeclarationType" : "DescribeIndexFieldsRequest",
"documentation" : null,
"simpleType" : "DescribeIndexFieldsRequest",
"variableSetterType" : "DescribeIndexFieldsRequest"
},
"marshaller" : {
"action" : "DescribeIndexFields",
"verb" : "POST",
"target" : null,
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DomainName" : {
"documentation" : "The name of the domain you want to describe.
",
"name" : "DomainName",
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"variable" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "domainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DomainName",
"marshallLocationName" : "DomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"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.*/",
"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.*/"
},
"FieldNames" : {
"documentation" : "A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
",
"name" : "FieldNames",
"c2jName" : "FieldNames",
"c2jShape" : "DynamicFieldNameList",
"variable" : {
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"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"
},
"setterModel" : {
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList