models.cloudsearch-2013-01-01-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-cloudsearch Show documentation
{
"customizationConfig" : {
"additionalShapeConstructors" : null,
"authPolicyActions" : {
"actionPrefix" : null,
"fileNamePrefix" : null,
"skip" : true
},
"calculateCRC32FromCompressedData" : false,
"convenienceTypeOverloads" : [ ],
"customClientConfigFactory" : null,
"customCodeTemplates" : null,
"customErrorCodeFieldName" : null,
"customExceptionUnmarshallerImpl" : null,
"customFileHeader" : null,
"customResponseMetadataClassName" : null,
"customServiceMetadata" : null,
"customServiceNameForRequest" : "AmazonCloudSearchv2",
"customSignerProvider" : null,
"deprecatedSuppressions" : null,
"operationModifiers" : null,
"operationsWithResponseStreamContentLengthValidation" : null,
"presignersFqcn" : null,
"renameShapes" : null,
"requestMetrics" : null,
"requiredParamValidationEnabled" : false,
"sdkModeledExceptionBaseClassName" : null,
"sendEmptyAutoConstructedListAsEmptyList" : null,
"sendExplicitlyEmptyListsForQuery" : false,
"serviceClientHoldInputStream" : false,
"shapeModifiers" : null,
"shapeSubstitutions" : null,
"simpleMethods" : {
"DescribeDomains" : {
"methodForms" : [ [ ] ]
},
"ListDomainNames" : {
"methodForms" : [ [ ] ]
}
},
"skipInterfaceAdditions" : false,
"skipSmokeTests" : false,
"transformDirectory" : "transform",
"useAutoConstructList" : true,
"useAutoConstructMap" : true
},
"metadata" : {
"apiVersion" : "2013-01-01",
"asyncClient" : "AmazonCloudSearchAsyncClient",
"asyncClientBuilderClassName" : "AmazonCloudSearchAsyncClientBuilder",
"asyncInterface" : "AmazonCloudSearchAsync",
"cborProtocol" : false,
"checksumFormat" : null,
"contentType" : null,
"cucumberModuleInjectorClassName" : "AmazonCloudSearchModuleInjector",
"defaultEndpoint" : "https://cloudsearch.us-east-1.amazonaws.com/",
"defaultEndpointWithoutHttpProtocol" : "cloudsearch.us-east-1.amazonaws.com/",
"defaultRegion" : null,
"documentation" : "Amazon CloudSearch Configuration Service You use the Amazon CloudSearch configuration service to create, configure, and manage search domains. Configuration service requests are submitted using the AWS Query protocol. AWS Query requests are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.
The endpoint for configuration service requests is region-specific: cloudsearch.region.amazonaws.com. For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, see Regions and Endpoints.
",
"endpointPrefix" : "cloudsearch",
"hasApiWithStreamInput" : false,
"ionProtocol" : false,
"jsonProtocol" : false,
"jsonVersion" : null,
"packageName" : "com.amazonaws.services.cloudsearchv2",
"packagePath" : "com/amazonaws/services/cloudsearchv2",
"protocol" : "query",
"protocolDefaultExceptionUmarshallerImpl" : "StandardErrorUnmarshaller",
"protocolFactory" : null,
"requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest",
"requiresApiKey" : false,
"requiresIamSigners" : false,
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon CloudSearch",
"serviceName" : "Amazon CloudSearch",
"signingName" : "cloudsearch",
"smokeTestsPackageName" : "com.amazonaws.services.cloudsearchv2.smoketests",
"syncClient" : "AmazonCloudSearchClient",
"syncClientBuilderClassName" : "AmazonCloudSearchClientBuilder",
"syncInterface" : "AmazonCloudSearch",
"uid" : null,
"unmarshallerClassSuffix" : "StaxUnmarshaller",
"unmarshallerContextClassName" : "StaxUnmarshallerContext",
"xmlProtocol" : true
},
"operations" : {
"BuildSuggesters" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "BuildSuggestersResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Indexes the search suggestions. For more information, see Configuring Suggesters in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "BuildSuggestersRequest",
"variableName" : "buildSuggestersRequest",
"variableType" : "BuildSuggestersRequest",
"documentation" : "Container for the parameters to the BuildSuggester
operation. Specifies the name of the domain you want to update.
",
"simpleType" : "BuildSuggestersRequest",
"variableSetterType" : "BuildSuggestersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "buildSuggesters",
"operationName" : "BuildSuggesters",
"returnType" : {
"returnType" : "BuildSuggestersResult",
"documentation" : "The result of a BuildSuggester
request. Contains a list of the fields used for suggestions.
"
},
"syncReturnType" : "BuildSuggestersResult"
},
"CreateDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "CreateDomainResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Creates a new search domain. For more information, see Creating a Search Domain in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "CreateDomainRequest",
"variableName" : "createDomainRequest",
"variableType" : "CreateDomainRequest",
"documentation" : "Container for the parameters to the CreateDomain
operation. Specifies a name for the new search domain.
",
"simpleType" : "CreateDomainRequest",
"variableSetterType" : "CreateDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "createDomain",
"operationName" : "CreateDomain",
"returnType" : {
"returnType" : "CreateDomainResult",
"documentation" : "The result of a CreateDomainRequest
. Contains the status of a newly created domain.
"
},
"syncReturnType" : "CreateDomainResult"
},
"DefineAnalysisScheme" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DefineAnalysisSchemeResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures an analysis scheme that can be applied to a text
or text-array
field to define language-specific text processing options. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DefineAnalysisSchemeRequest",
"variableName" : "defineAnalysisSchemeRequest",
"variableType" : "DefineAnalysisSchemeRequest",
"documentation" : "Container for the parameters to the DefineAnalysisScheme
operation. Specifies the name of the domain you want to update and the analysis scheme configuration.
",
"simpleType" : "DefineAnalysisSchemeRequest",
"variableSetterType" : "DefineAnalysisSchemeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "defineAnalysisScheme",
"operationName" : "DefineAnalysisScheme",
"returnType" : {
"returnType" : "DefineAnalysisSchemeResult",
"documentation" : "The result of a DefineAnalysisScheme
request. Contains the status of the newly-configured analysis scheme.
"
},
"syncReturnType" : "DefineAnalysisSchemeResult"
},
"DefineExpression" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DefineExpressionResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures an Expression
for the search domain. Used to create new expressions and modify existing ones. If the expression exists, the new configuration replaces the old one. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DefineExpressionRequest",
"variableName" : "defineExpressionRequest",
"variableType" : "DefineExpressionRequest",
"documentation" : "Container for the parameters to the DefineExpression
operation. Specifies the name of the domain you want to update and the expression you want to configure.
",
"simpleType" : "DefineExpressionRequest",
"variableSetterType" : "DefineExpressionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "defineExpression",
"operationName" : "DefineExpression",
"returnType" : {
"returnType" : "DefineExpressionResult",
"documentation" : "The result of a DefineExpression
request. Contains the status of the newly-configured expression.
"
},
"syncReturnType" : "DefineExpressionResult"
},
"DefineIndexField" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DefineIndexFieldResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures an IndexField
for the search domain. Used to create new fields and modify existing ones. You must specify the name of the domain you are configuring and an index field configuration. The index field configuration specifies a unique name, the index field type, and the options you want to configure for the field. The options you can specify depend on the IndexFieldType
. If the field exists, the new configuration replaces the old one. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DefineIndexFieldRequest",
"variableName" : "defineIndexFieldRequest",
"variableType" : "DefineIndexFieldRequest",
"documentation" : "Container for the parameters to the DefineIndexField
operation. Specifies the name of the domain you want to update and the index field configuration.
",
"simpleType" : "DefineIndexFieldRequest",
"variableSetterType" : "DefineIndexFieldRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "defineIndexField",
"operationName" : "DefineIndexField",
"returnType" : {
"returnType" : "DefineIndexFieldResult",
"documentation" : "The result of a DefineIndexField
request. Contains the status of the newly-configured index field.
"
},
"syncReturnType" : "DefineIndexFieldResult"
},
"DefineSuggester" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DefineSuggesterResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures a suggester for a domain. A suggester enables you to display possible matches before users finish typing their queries. When you configure a suggester, you must specify the name of the text field you want to search for possible matches and a unique name for the suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DefineSuggesterRequest",
"variableName" : "defineSuggesterRequest",
"variableType" : "DefineSuggesterRequest",
"documentation" : "Container for the parameters to the DefineSuggester
operation. Specifies the name of the domain you want to update and the suggester configuration.
",
"simpleType" : "DefineSuggesterRequest",
"variableSetterType" : "DefineSuggesterRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "defineSuggester",
"operationName" : "DefineSuggester",
"returnType" : {
"returnType" : "DefineSuggesterResult",
"documentation" : "The result of a DefineSuggester
request. Contains the status of the newly-configured suggester.
"
},
"syncReturnType" : "DefineSuggesterResult"
},
"DeleteAnalysisScheme" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteAnalysisSchemeResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes an analysis scheme. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteAnalysisSchemeRequest",
"variableName" : "deleteAnalysisSchemeRequest",
"variableType" : "DeleteAnalysisSchemeRequest",
"documentation" : "Container for the parameters to the DeleteAnalysisScheme
operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete.
",
"simpleType" : "DeleteAnalysisSchemeRequest",
"variableSetterType" : "DeleteAnalysisSchemeRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteAnalysisScheme",
"operationName" : "DeleteAnalysisScheme",
"returnType" : {
"returnType" : "DeleteAnalysisSchemeResult",
"documentation" : "The result of a DeleteAnalysisScheme
request. Contains the status of the deleted analysis scheme.
"
},
"syncReturnType" : "DeleteAnalysisSchemeResult"
},
"DeleteDomain" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteDomainResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, see Deleting a Search Domain in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteDomainRequest",
"variableName" : "deleteDomainRequest",
"variableType" : "DeleteDomainRequest",
"documentation" : "Container for the parameters to the DeleteDomain
operation. Specifies the name of the domain you want to delete.
",
"simpleType" : "DeleteDomainRequest",
"variableSetterType" : "DeleteDomainRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteDomain",
"operationName" : "DeleteDomain",
"returnType" : {
"returnType" : "DeleteDomainResult",
"documentation" : "The result of a DeleteDomain
request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.
"
},
"syncReturnType" : "DeleteDomainResult"
},
"DeleteExpression" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteExpressionResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes an Expression
from the search domain. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteExpressionRequest",
"variableName" : "deleteExpressionRequest",
"variableType" : "DeleteExpressionRequest",
"documentation" : "Container for the parameters to the DeleteExpression
operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.
",
"simpleType" : "DeleteExpressionRequest",
"variableSetterType" : "DeleteExpressionRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteExpression",
"operationName" : "DeleteExpression",
"returnType" : {
"returnType" : "DeleteExpressionResult",
"documentation" : "The result of a DeleteExpression
request. Specifies the expression being deleted.
"
},
"syncReturnType" : "DeleteExpressionResult"
},
"DeleteIndexField" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteIndexFieldResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Removes an IndexField
from the search domain. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteIndexFieldRequest",
"variableName" : "deleteIndexFieldRequest",
"variableType" : "DeleteIndexFieldRequest",
"documentation" : "Container for the parameters to the DeleteIndexField
operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.
",
"simpleType" : "DeleteIndexFieldRequest",
"variableSetterType" : "DeleteIndexFieldRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteIndexField",
"operationName" : "DeleteIndexField",
"returnType" : {
"returnType" : "DeleteIndexFieldResult",
"documentation" : "The result of a DeleteIndexField
request.
"
},
"syncReturnType" : "DeleteIndexFieldResult"
},
"DeleteSuggester" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DeleteSuggesterResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Deletes a suggester. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DeleteSuggesterRequest",
"variableName" : "deleteSuggesterRequest",
"variableType" : "DeleteSuggesterRequest",
"documentation" : "Container for the parameters to the DeleteSuggester
operation. Specifies the name of the domain you want to update and name of the suggester you want to delete.
",
"simpleType" : "DeleteSuggesterRequest",
"variableSetterType" : "DeleteSuggesterRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "deleteSuggester",
"operationName" : "DeleteSuggester",
"returnType" : {
"returnType" : "DeleteSuggesterResult",
"documentation" : "The result of a DeleteSuggester
request. Contains the status of the deleted suggester.
"
},
"syncReturnType" : "DeleteSuggesterResult"
},
"DescribeAnalysisSchemes" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeAnalysisSchemesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the analysis schemes configured for a domain. An analysis scheme defines language-specific text processing options for a text
field. Can be limited to specific analysis schemes by name. By default, shows all analysis schemes and includes any pending changes to the configuration. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Configuring Analysis Schemes in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAnalysisSchemesRequest",
"variableName" : "describeAnalysisSchemesRequest",
"variableType" : "DescribeAnalysisSchemesRequest",
"documentation" : "Container for the parameters to the DescribeAnalysisSchemes
operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"simpleType" : "DescribeAnalysisSchemesRequest",
"variableSetterType" : "DescribeAnalysisSchemesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeAnalysisSchemes",
"operationName" : "DescribeAnalysisSchemes",
"returnType" : {
"returnType" : "DescribeAnalysisSchemesResult",
"documentation" : "The result of a DescribeAnalysisSchemes
request. Contains the analysis schemes configured for the domain specified in the request.
"
},
"syncReturnType" : "DescribeAnalysisSchemesResult"
},
"DescribeAvailabilityOptions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeAvailabilityOptionsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "DisabledOperationException",
"documentation" : "The request was rejected because it attempted an operation which is not enabled.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeAvailabilityOptionsRequest",
"variableName" : "describeAvailabilityOptionsRequest",
"variableType" : "DescribeAvailabilityOptionsRequest",
"documentation" : "Container for the parameters to the DescribeAvailabilityOptions
operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true
.
",
"simpleType" : "DescribeAvailabilityOptionsRequest",
"variableSetterType" : "DescribeAvailabilityOptionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeAvailabilityOptions",
"operationName" : "DescribeAvailabilityOptions",
"returnType" : {
"returnType" : "DescribeAvailabilityOptionsResult",
"documentation" : "The result of a DescribeAvailabilityOptions
request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.
"
},
"syncReturnType" : "DescribeAvailabilityOptionsResult"
},
"DescribeDomains" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeDomainsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default. To get the number of searchable documents in a domain, use the console or submit a matchall
request to your domain's search endpoint: q=matchall&q.parser=structured&size=0
. For more information, see Getting Information about a Search Domain in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeDomainsRequest",
"variableName" : "describeDomainsRequest",
"variableType" : "DescribeDomainsRequest",
"documentation" : "Container for the parameters to the DescribeDomains
operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.
",
"simpleType" : "DescribeDomainsRequest",
"variableSetterType" : "DescribeDomainsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeDomains",
"operationName" : "DescribeDomains",
"returnType" : {
"returnType" : "DescribeDomainsResult",
"documentation" : "The result of a DescribeDomains
request. Contains the status of the domains specified in the request or all domains owned by the account.
"
},
"syncReturnType" : "DescribeDomainsResult"
},
"DescribeExpressions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeExpressionsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the expressions configured for the search domain. Can be limited to specific expressions by name. By default, shows all expressions and includes any pending changes to the configuration. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeExpressionsRequest",
"variableName" : "describeExpressionsRequest",
"variableType" : "DescribeExpressionsRequest",
"documentation" : "Container for the parameters to the DescribeDomains
operation. Specifies the name of the domain you want to describe. To restrict the response to particular expressions, specify the names of the expressions you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"simpleType" : "DescribeExpressionsRequest",
"variableSetterType" : "DescribeExpressionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeExpressions",
"operationName" : "DescribeExpressions",
"returnType" : {
"returnType" : "DescribeExpressionsResult",
"documentation" : "The result of a DescribeExpressions
request. Contains the expressions configured for the domain specified in the request.
"
},
"syncReturnType" : "DescribeExpressionsResult"
},
"DescribeIndexFields" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeIndexFieldsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the index fields configured for the search domain. Can be limited to specific fields by name. By default, shows all fields and includes any pending changes to the configuration. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Getting Domain Information in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeIndexFieldsRequest",
"variableName" : "describeIndexFieldsRequest",
"variableType" : "DescribeIndexFieldsRequest",
"documentation" : "Container for the parameters to the DescribeIndexFields
operation. Specifies the name of the domain you want to describe. To restrict the response to particular index fields, specify the names of the index fields you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"simpleType" : "DescribeIndexFieldsRequest",
"variableSetterType" : "DescribeIndexFieldsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeIndexFields",
"operationName" : "DescribeIndexFields",
"returnType" : {
"returnType" : "DescribeIndexFieldsResult",
"documentation" : "The result of a DescribeIndexFields
request. Contains the index fields configured for the domain specified in the request.
"
},
"syncReturnType" : "DescribeIndexFieldsResult"
},
"DescribeScalingParameters" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeScalingParametersResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the scaling parameters configured for a domain. A domain's scaling parameters specify the desired search instance type and replication count. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeScalingParametersRequest",
"variableName" : "describeScalingParametersRequest",
"variableType" : "DescribeScalingParametersRequest",
"documentation" : "Container for the parameters to the DescribeScalingParameters
operation. Specifies the name of the domain you want to describe.
",
"simpleType" : "DescribeScalingParametersRequest",
"variableSetterType" : "DescribeScalingParametersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeScalingParameters",
"operationName" : "DescribeScalingParameters",
"returnType" : {
"returnType" : "DescribeScalingParametersResult",
"documentation" : "The result of a DescribeScalingParameters
request. Contains the scaling parameters configured for the domain specified in the request.
"
},
"syncReturnType" : "DescribeScalingParametersResult"
},
"DescribeServiceAccessPolicies" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeServiceAccessPoliciesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets information about the access policies that control access to the domain's document and search endpoints. By default, shows the configuration with any pending changes. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Configuring Access for a Search Domain in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeServiceAccessPoliciesRequest",
"variableName" : "describeServiceAccessPoliciesRequest",
"variableType" : "DescribeServiceAccessPoliciesRequest",
"documentation" : "Container for the parameters to the DescribeServiceAccessPolicies
operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"simpleType" : "DescribeServiceAccessPoliciesRequest",
"variableSetterType" : "DescribeServiceAccessPoliciesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeServiceAccessPolicies",
"operationName" : "DescribeServiceAccessPolicies",
"returnType" : {
"returnType" : "DescribeServiceAccessPoliciesResult",
"documentation" : "The result of a DescribeServiceAccessPolicies
request.
"
},
"syncReturnType" : "DescribeServiceAccessPoliciesResult"
},
"DescribeSuggesters" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "DescribeSuggestersResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Gets the suggesters configured for a domain. A suggester enables you to display possible matches before users finish typing their queries. Can be limited to specific suggesters by name. By default, shows all suggesters and includes any pending changes to the configuration. Set the Deployed
option to true
to show the active configuration and exclude pending changes. For more information, see Getting Search Suggestions in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "DescribeSuggestersRequest",
"variableName" : "describeSuggestersRequest",
"variableType" : "DescribeSuggestersRequest",
"documentation" : "Container for the parameters to the DescribeSuggester
operation. Specifies the name of the domain you want to describe. To restrict the response to particular suggesters, specify the names of the suggesters you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"simpleType" : "DescribeSuggestersRequest",
"variableSetterType" : "DescribeSuggestersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "describeSuggesters",
"operationName" : "DescribeSuggesters",
"returnType" : {
"returnType" : "DescribeSuggestersResult",
"documentation" : "The result of a DescribeSuggesters
request.
"
},
"syncReturnType" : "DescribeSuggestersResult"
},
"IndexDocuments" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "IndexDocumentsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Tells the search domain to start indexing its documents using the latest indexing options. This operation must be invoked to activate options whose OptionStatus is RequiresIndexDocuments
.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "IndexDocumentsRequest",
"variableName" : "indexDocumentsRequest",
"variableType" : "IndexDocumentsRequest",
"documentation" : "Container for the parameters to the IndexDocuments
operation. Specifies the name of the domain you want to re-index.
",
"simpleType" : "IndexDocumentsRequest",
"variableSetterType" : "IndexDocumentsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "indexDocuments",
"operationName" : "IndexDocuments",
"returnType" : {
"returnType" : "IndexDocumentsResult",
"documentation" : "The result of an IndexDocuments
request. Contains the status of the indexing operation, including the fields being indexed.
"
},
"syncReturnType" : "IndexDocumentsResult"
},
"ListDomainNames" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "ListDomainNamesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Lists all search domains owned by an account.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "ListDomainNamesRequest",
"variableName" : "listDomainNamesRequest",
"variableType" : "ListDomainNamesRequest",
"documentation" : null,
"simpleType" : "ListDomainNamesRequest",
"variableSetterType" : "ListDomainNamesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "listDomainNames",
"operationName" : "ListDomainNames",
"returnType" : {
"returnType" : "ListDomainNamesResult",
"documentation" : "The result of a ListDomainNames
request. Contains a list of the domains owned by an account.
"
},
"syncReturnType" : "ListDomainNamesResult"
},
"UpdateAvailabilityOptions" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateAvailabilityOptionsResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures the availability options for a domain. Enabling the Multi-AZ option expands an Amazon CloudSearch domain to an additional Availability Zone in the same Region to increase fault tolerance in the event of a service disruption. Changes to the Multi-AZ option can take about half an hour to become active. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "DisabledOperationException",
"documentation" : "The request was rejected because it attempted an operation which is not enabled.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateAvailabilityOptionsRequest",
"variableName" : "updateAvailabilityOptionsRequest",
"variableType" : "UpdateAvailabilityOptionsRequest",
"documentation" : "Container for the parameters to the UpdateAvailabilityOptions
operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.
",
"simpleType" : "UpdateAvailabilityOptionsRequest",
"variableSetterType" : "UpdateAvailabilityOptionsRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateAvailabilityOptions",
"operationName" : "UpdateAvailabilityOptions",
"returnType" : {
"returnType" : "UpdateAvailabilityOptionsResult",
"documentation" : "The result of a UpdateAvailabilityOptions
request. Contains the status of the domain's availability options.
"
},
"syncReturnType" : "UpdateAvailabilityOptionsResult"
},
"UpdateScalingParameters" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateScalingParametersResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures scaling parameters for a domain. A domain's scaling parameters specify the desired search instance type and replication count. Amazon CloudSearch will still automatically scale your domain based on the volume of data and traffic, but not below the desired instance type and replication count. If the Multi-AZ option is enabled, these values control the resources used per Availability Zone. For more information, see Configuring Scaling Options in the Amazon CloudSearch Developer Guide.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateScalingParametersRequest",
"variableName" : "updateScalingParametersRequest",
"variableType" : "UpdateScalingParametersRequest",
"documentation" : "Container for the parameters to the UpdateScalingParameters
operation. Specifies the name of the domain you want to update and the scaling parameters you want to configure.
",
"simpleType" : "UpdateScalingParametersRequest",
"variableSetterType" : "UpdateScalingParametersRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateScalingParameters",
"operationName" : "UpdateScalingParameters",
"returnType" : {
"returnType" : "UpdateScalingParametersResult",
"documentation" : "The result of a UpdateScalingParameters
request. Contains the status of the newly-configured scaling parameters.
"
},
"syncReturnType" : "UpdateScalingParametersResult"
},
"UpdateServiceAccessPolicies" : {
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"asyncReturnType" : "UpdateServiceAccessPoliciesResult",
"authenticated" : true,
"deprecated" : false,
"documentation" : "Configures the access rules that control access to the domain's document and search endpoints. For more information, see Configuring Access for an Amazon CloudSearch Domain.
",
"exceptions" : [ {
"exceptionName" : "BaseException",
"documentation" : "An error occurred while processing the request.
",
"httpStatusCode" : null
}, {
"exceptionName" : "InternalException",
"documentation" : "An internal error occurred while processing the request. If this problem persists, report an issue from the Service Health Dashboard.
",
"httpStatusCode" : 500
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The request was rejected because a resource limit has already been met.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "The request was rejected because it attempted to reference a resource that does not exist.
",
"httpStatusCode" : 409
}, {
"exceptionName" : "InvalidTypeException",
"documentation" : "The request was rejected because it specified an invalid type definition.
",
"httpStatusCode" : 409
} ],
"hasBlobMemberAsPayload" : false,
"input" : {
"variableDeclarationType" : "UpdateServiceAccessPoliciesRequest",
"variableName" : "updateServiceAccessPoliciesRequest",
"variableType" : "UpdateServiceAccessPoliciesRequest",
"documentation" : "Container for the parameters to the UpdateServiceAccessPolicies
operation. Specifies the name of the domain you want to update and the access rules you want to configure.
",
"simpleType" : "UpdateServiceAccessPoliciesRequest",
"variableSetterType" : "UpdateServiceAccessPoliciesRequest"
},
"inputStreamPropertyName" : null,
"methodName" : "updateServiceAccessPolicies",
"operationName" : "UpdateServiceAccessPolicies",
"returnType" : {
"returnType" : "UpdateServiceAccessPoliciesResult",
"documentation" : "The result of an UpdateServiceAccessPolicies
request. Contains the new access policies.
"
},
"syncReturnType" : "UpdateServiceAccessPoliciesResult"
}
},
"shapes" : {
"AccessPoliciesStatus" : {
"c2jName" : "AccessPoliciesStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The configured access rules for the domain's document and search endpoints, and the current status of those rules.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Options",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOptions",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getOptions",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Options",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Options",
"setterDocumentation" : "/**\n@param options */",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "options",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "options",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStatus",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getStatus",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**\n@param status */",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Options" : {
"c2jName" : "Options",
"c2jShape" : "PolicyDocument",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOptions",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getOptions",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Options",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Options",
"setterDocumentation" : "/**\n@param options */",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "options",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "options",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStatus",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getStatus",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**\n@param status */",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Options", "Status" ],
"shapeName" : "AccessPoliciesStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AccessPoliciesStatus",
"variableName" : "accessPoliciesStatus",
"variableType" : "AccessPoliciesStatus",
"documentation" : null,
"simpleType" : "AccessPoliciesStatus",
"variableSetterType" : "AccessPoliciesStatus"
},
"wrapper" : false
},
"AlgorithmicStemming" : {
"c2jName" : "AlgorithmicStemming",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "",
"enums" : [ {
"name" : "None",
"value" : "none"
}, {
"name" : "Minimal",
"value" : "minimal"
}, {
"name" : "Light",
"value" : "light"
}, {
"name" : "Full",
"value" : "full"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AlgorithmicStemming",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AlgorithmicStemming",
"variableName" : "algorithmicStemming",
"variableType" : "AlgorithmicStemming",
"documentation" : null,
"simpleType" : "AlgorithmicStemming",
"variableSetterType" : "AlgorithmicStemming"
},
"wrapper" : false
},
"AnalysisOptions" : {
"c2jName" : "AnalysisOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Synonyms, stopwords, and stemming options for an analysis scheme. Includes tokenization dictionary for Japanese.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Synonyms",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSynonyms",
"getterDocumentation" : "/**A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@return A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.*/",
"getterMethodName" : "getSynonyms",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Synonyms",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Synonyms",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Synonyms",
"setterDocumentation" : "/**A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.*/",
"setterMethodName" : "setSynonyms",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "synonyms",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "synonyms",
"variableType" : "String",
"documentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Stopwords",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStopwords",
"getterDocumentation" : "/**A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@return A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.*/",
"getterMethodName" : "getStopwords",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Stopwords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stopwords",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Stopwords",
"setterDocumentation" : "/**A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.*/",
"setterMethodName" : "setStopwords",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stopwords",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stopwords",
"variableType" : "String",
"documentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "StemmingDictionary",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStemmingDictionary",
"getterDocumentation" : "/**A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@return A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.*/",
"getterMethodName" : "getStemmingDictionary",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StemmingDictionary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StemmingDictionary",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StemmingDictionary",
"setterDocumentation" : "/**A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.*/",
"setterMethodName" : "setStemmingDictionary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stemmingDictionary",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stemmingDictionary",
"variableType" : "String",
"documentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "JapaneseTokenizationDictionary",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withJapaneseTokenizationDictionary",
"getterDocumentation" : "/**A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@return A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.*/",
"getterMethodName" : "getJapaneseTokenizationDictionary",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "JapaneseTokenizationDictionary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JapaneseTokenizationDictionary",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "JapaneseTokenizationDictionary",
"setterDocumentation" : "/**A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.*/",
"setterMethodName" : "setJapaneseTokenizationDictionary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"documentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AlgorithmicStemming",
"c2jShape" : "AlgorithmicStemming",
"deprecated" : false,
"documentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
",
"enumType" : "AlgorithmicStemming",
"fluentSetterDocumentation" : "/**The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming*/",
"fluentSetterMethodName" : "withAlgorithmicStemming",
"getterDocumentation" : "/**The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@return The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming*/",
"getterMethodName" : "getAlgorithmicStemming",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AlgorithmicStemming",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlgorithmicStemming",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AlgorithmicStemming",
"setterDocumentation" : "/**The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming*/",
"setterMethodName" : "setAlgorithmicStemming",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmicStemming",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmicStemming",
"variableType" : "String",
"documentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AlgorithmicStemming" : {
"c2jName" : "AlgorithmicStemming",
"c2jShape" : "AlgorithmicStemming",
"deprecated" : false,
"documentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
",
"enumType" : "AlgorithmicStemming",
"fluentSetterDocumentation" : "/**The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming*/",
"fluentSetterMethodName" : "withAlgorithmicStemming",
"getterDocumentation" : "/**The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@return The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming*/",
"getterMethodName" : "getAlgorithmicStemming",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AlgorithmicStemming",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AlgorithmicStemming",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AlgorithmicStemming",
"setterDocumentation" : "/**The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@see AlgorithmicStemming*/",
"setterMethodName" : "setAlgorithmicStemming",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmicStemming",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
\n@param algorithmicStemming The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide\n@return Returns a reference to this object so that method calls can be chained together.\n@see AlgorithmicStemming*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "algorithmicStemming",
"variableType" : "String",
"documentation" : "The level of algorithmic stemming to perform: none
, minimal
, light
, or full
. The available levels vary depending on the language. For more information, see Language Specific Text Processing Settings in the Amazon CloudSearch Developer Guide
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"JapaneseTokenizationDictionary" : {
"c2jName" : "JapaneseTokenizationDictionary",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withJapaneseTokenizationDictionary",
"getterDocumentation" : "/**A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@return A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.*/",
"getterMethodName" : "getJapaneseTokenizationDictionary",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "JapaneseTokenizationDictionary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "JapaneseTokenizationDictionary",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "JapaneseTokenizationDictionary",
"setterDocumentation" : "/**A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.*/",
"setterMethodName" : "setJapaneseTokenizationDictionary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
\n@param japaneseTokenizationDictionary A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "japaneseTokenizationDictionary",
"variableType" : "String",
"documentation" : "A JSON array that contains a collection of terms, tokens, readings and part of speech for Japanese Tokenizaiton. The Japanese tokenization dictionary enables you to override the default tokenization for selected terms. This is only valid for Japanese language fields.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"StemmingDictionary" : {
"c2jName" : "StemmingDictionary",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStemmingDictionary",
"getterDocumentation" : "/**A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@return A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.*/",
"getterMethodName" : "getStemmingDictionary",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "StemmingDictionary",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "StemmingDictionary",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "StemmingDictionary",
"setterDocumentation" : "/**A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.*/",
"setterMethodName" : "setStemmingDictionary",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stemmingDictionary",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
\n@param stemmingDictionary A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stemmingDictionary",
"variableType" : "String",
"documentation" : "A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {\"term1\": \"stem1\", \"term2\": \"stem2\", \"term3\": \"stem3\"}
. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Stopwords" : {
"c2jName" : "Stopwords",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStopwords",
"getterDocumentation" : "/**A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@return A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.*/",
"getterMethodName" : "getStopwords",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Stopwords",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Stopwords",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Stopwords",
"setterDocumentation" : "/**A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.*/",
"setterMethodName" : "setStopwords",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "stopwords",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
\n@param stopwords A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "stopwords",
"variableType" : "String",
"documentation" : "A JSON array of terms to ignore during indexing and searching. For example, [\"a\", \"an\", \"the\", \"of\"]
. The stopwords dictionary must explicitly list each word you want to ignore. Wildcards and regular expressions are not supported.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Synonyms" : {
"c2jName" : "Synonyms",
"c2jShape" : "String",
"deprecated" : false,
"documentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSynonyms",
"getterDocumentation" : "/**A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@return A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.*/",
"getterMethodName" : "getSynonyms",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Synonyms",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Synonyms",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Synonyms",
"setterDocumentation" : "/**A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.*/",
"setterMethodName" : "setSynonyms",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "synonyms",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
\n@param synonyms A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "synonyms",
"variableType" : "String",
"documentation" : "A JSON object that defines synonym groups and aliases. A synonym group is an array of arrays, where each sub-array is a group of terms where each term in the group is considered a synonym of every other term in the group. The aliases value is an object that contains a collection of string:value pairs where the string specifies a term and the array of values specifies each of the aliases for that term. An alias is considered a synonym of the specified term, but the term is not considered a synonym of the alias. For more information about specifying synonyms, see Synonyms in the Amazon CloudSearch Developer Guide.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AnalysisOptions",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : null,
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"wrapper" : false
},
"AnalysisScheme" : {
"c2jName" : "AnalysisScheme",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms
, Stopwords
, StemmingDictionary
, JapaneseTokenizationDictionary
and AlgorithmicStemming
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AnalysisSchemeName",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param analysisSchemeName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisSchemeName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getAnalysisSchemeName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisSchemeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisSchemeName",
"setterDocumentation" : "/**\n@param analysisSchemeName */",
"setterMethodName" : "setAnalysisSchemeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param analysisSchemeName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AnalysisSchemeLanguage",
"c2jShape" : "AnalysisSchemeLanguage",
"deprecated" : false,
"documentation" : "",
"enumType" : "AnalysisSchemeLanguage",
"fluentSetterDocumentation" : "/**\n@param analysisSchemeLanguage \n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage*/",
"fluentSetterMethodName" : "withAnalysisSchemeLanguage",
"getterDocumentation" : "/**\n@return \n@see AnalysisSchemeLanguage*/",
"getterMethodName" : "getAnalysisSchemeLanguage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisSchemeLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisSchemeLanguage",
"setterDocumentation" : "/**\n@param analysisSchemeLanguage \n@see AnalysisSchemeLanguage*/",
"setterMethodName" : "setAnalysisSchemeLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param analysisSchemeLanguage \n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AnalysisOptions",
"c2jShape" : "AnalysisOptions",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param analysisOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisOptions",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getAnalysisOptions",
"getterModel" : {
"returnType" : "AnalysisOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisOptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisOptions",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisOptions",
"setterDocumentation" : "/**\n@param analysisOptions */",
"setterMethodName" : "setAnalysisOptions",
"setterModel" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : "",
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param analysisOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : "",
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisOptions" : {
"c2jName" : "AnalysisOptions",
"c2jShape" : "AnalysisOptions",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param analysisOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisOptions",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getAnalysisOptions",
"getterModel" : {
"returnType" : "AnalysisOptions",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisOptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisOptions",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisOptions",
"setterDocumentation" : "/**\n@param analysisOptions */",
"setterMethodName" : "setAnalysisOptions",
"setterModel" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : "",
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param analysisOptions \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisOptions",
"variableName" : "analysisOptions",
"variableType" : "AnalysisOptions",
"documentation" : "",
"simpleType" : "AnalysisOptions",
"variableSetterType" : "AnalysisOptions"
},
"xmlNameSpaceUri" : null
},
"AnalysisSchemeLanguage" : {
"c2jName" : "AnalysisSchemeLanguage",
"c2jShape" : "AnalysisSchemeLanguage",
"deprecated" : false,
"documentation" : "",
"enumType" : "AnalysisSchemeLanguage",
"fluentSetterDocumentation" : "/**\n@param analysisSchemeLanguage \n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage*/",
"fluentSetterMethodName" : "withAnalysisSchemeLanguage",
"getterDocumentation" : "/**\n@return \n@see AnalysisSchemeLanguage*/",
"getterMethodName" : "getAnalysisSchemeLanguage",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisSchemeLanguage",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeLanguage",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisSchemeLanguage",
"setterDocumentation" : "/**\n@param analysisSchemeLanguage \n@see AnalysisSchemeLanguage*/",
"setterMethodName" : "setAnalysisSchemeLanguage",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param analysisSchemeLanguage \n@return Returns a reference to this object so that method calls can be chained together.\n@see AnalysisSchemeLanguage*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeLanguage",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"AnalysisSchemeName" : {
"c2jName" : "AnalysisSchemeName",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param analysisSchemeName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisSchemeName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getAnalysisSchemeName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisSchemeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisSchemeName",
"setterDocumentation" : "/**\n@param analysisSchemeName */",
"setterMethodName" : "setAnalysisSchemeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param analysisSchemeName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AnalysisSchemeName", "AnalysisSchemeLanguage" ],
"shapeName" : "AnalysisScheme",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : null,
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"wrapper" : false
},
"AnalysisSchemeLanguage" : {
"c2jName" : "AnalysisSchemeLanguage",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An IETF RFC 4646 language code or mul
for multiple languages.
",
"enums" : [ {
"name" : "Ar",
"value" : "ar"
}, {
"name" : "Bg",
"value" : "bg"
}, {
"name" : "Ca",
"value" : "ca"
}, {
"name" : "Cs",
"value" : "cs"
}, {
"name" : "Da",
"value" : "da"
}, {
"name" : "De",
"value" : "de"
}, {
"name" : "El",
"value" : "el"
}, {
"name" : "En",
"value" : "en"
}, {
"name" : "Es",
"value" : "es"
}, {
"name" : "Eu",
"value" : "eu"
}, {
"name" : "Fa",
"value" : "fa"
}, {
"name" : "Fi",
"value" : "fi"
}, {
"name" : "Fr",
"value" : "fr"
}, {
"name" : "Ga",
"value" : "ga"
}, {
"name" : "Gl",
"value" : "gl"
}, {
"name" : "He",
"value" : "he"
}, {
"name" : "Hi",
"value" : "hi"
}, {
"name" : "Hu",
"value" : "hu"
}, {
"name" : "Hy",
"value" : "hy"
}, {
"name" : "Id",
"value" : "id"
}, {
"name" : "It",
"value" : "it"
}, {
"name" : "Ja",
"value" : "ja"
}, {
"name" : "Ko",
"value" : "ko"
}, {
"name" : "Lv",
"value" : "lv"
}, {
"name" : "Mul",
"value" : "mul"
}, {
"name" : "Nl",
"value" : "nl"
}, {
"name" : "No",
"value" : "no"
}, {
"name" : "Pt",
"value" : "pt"
}, {
"name" : "Ro",
"value" : "ro"
}, {
"name" : "Ru",
"value" : "ru"
}, {
"name" : "Sv",
"value" : "sv"
}, {
"name" : "Th",
"value" : "th"
}, {
"name" : "Tr",
"value" : "tr"
}, {
"name" : "ZhHans",
"value" : "zh-Hans"
}, {
"name" : "ZhHant",
"value" : "zh-Hant"
} ],
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : null,
"membersAsMap" : { },
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "AnalysisSchemeLanguage",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnalysisSchemeLanguage",
"variableName" : "analysisSchemeLanguage",
"variableType" : "AnalysisSchemeLanguage",
"documentation" : null,
"simpleType" : "AnalysisSchemeLanguage",
"variableSetterType" : "AnalysisSchemeLanguage"
},
"wrapper" : false
},
"AnalysisSchemeStatus" : {
"c2jName" : "AnalysisSchemeStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The status and configuration of an AnalysisScheme
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Options",
"c2jShape" : "AnalysisScheme",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOptions",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getOptions",
"getterModel" : {
"returnType" : "AnalysisScheme",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Options",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Options",
"setterDocumentation" : "/**\n@param options */",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "options",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "options",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStatus",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getStatus",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**\n@param status */",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Options" : {
"c2jName" : "Options",
"c2jShape" : "AnalysisScheme",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOptions",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getOptions",
"getterModel" : {
"returnType" : "AnalysisScheme",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Options",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Options",
"setterDocumentation" : "/**\n@param options */",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "options",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param options \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "options",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStatus",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getStatus",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**\n@param status */",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Options", "Status" ],
"shapeName" : "AnalysisSchemeStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisSchemeStatus",
"variableType" : "AnalysisSchemeStatus",
"documentation" : null,
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"wrapper" : false
},
"AvailabilityOptionsStatus" : {
"c2jName" : "AvailabilityOptionsStatus",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The status and configuration of the domain's availability options.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Options",
"c2jShape" : "MultiAZ",
"deprecated" : false,
"documentation" : "The availability options configured for the domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The availability options configured for the domain.
\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOptions",
"getterDocumentation" : "/**The availability options configured for the domain.
\n@return The availability options configured for the domain.*/",
"getterMethodName" : "getOptions",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Options",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Options",
"setterDocumentation" : "/**The availability options configured for the domain.
\n@param options The availability options configured for the domain.*/",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "options",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**The availability options configured for the domain.
\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "options",
"variableType" : "Boolean",
"documentation" : "The availability options configured for the domain.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStatus",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getStatus",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**\n@param status */",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Options" : {
"c2jName" : "Options",
"c2jShape" : "MultiAZ",
"deprecated" : false,
"documentation" : "The availability options configured for the domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The availability options configured for the domain.
\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withOptions",
"getterDocumentation" : "/**The availability options configured for the domain.
\n@return The availability options configured for the domain.*/",
"getterMethodName" : "getOptions",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Options",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Options",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Options",
"setterDocumentation" : "/**The availability options configured for the domain.
\n@param options The availability options configured for the domain.*/",
"setterMethodName" : "setOptions",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "options",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**The availability options configured for the domain.
\n@param options The availability options configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "options",
"variableType" : "Boolean",
"documentation" : "The availability options configured for the domain.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"Status" : {
"c2jName" : "Status",
"c2jShape" : "OptionStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withStatus",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getStatus",
"getterModel" : {
"returnType" : "OptionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Status",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Status",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Status",
"setterDocumentation" : "/**\n@param status */",
"setterMethodName" : "setStatus",
"setterModel" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param status \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "OptionStatus",
"variableName" : "status",
"variableType" : "OptionStatus",
"documentation" : "",
"simpleType" : "OptionStatus",
"variableSetterType" : "OptionStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Options", "Status" ],
"shapeName" : "AvailabilityOptionsStatus",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptionsStatus",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : null,
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"wrapper" : false
},
"BaseException" : {
"c2jName" : "BaseException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "An error occurred while processing the request.
",
"enums" : null,
"errorCode" : "BaseException",
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Code",
"c2jShape" : "ErrorCode",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCode",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Code",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Code",
"setterDocumentation" : "/**\n@param code */",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Code" : {
"c2jName" : "Code",
"c2jShape" : "ErrorCode",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withCode",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getCode",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Code",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Code",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Code",
"setterDocumentation" : "/**\n@param code */",
"setterMethodName" : "setCode",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "code",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BaseException",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BaseException",
"variableName" : "baseException",
"variableType" : "BaseException",
"documentation" : null,
"simpleType" : "BaseException",
"variableSetterType" : "BaseException"
},
"wrapper" : false
},
"BuildSuggestersRequest" : {
"c2jName" : "BuildSuggestersRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the BuildSuggester
operation. Specifies the name of the domain you want to update.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "BuildSuggesters",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "BuildSuggestersRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "BuildSuggestersRequest",
"variableName" : "buildSuggestersRequest",
"variableType" : "BuildSuggestersRequest",
"documentation" : null,
"simpleType" : "BuildSuggestersRequest",
"variableSetterType" : "BuildSuggestersRequest"
},
"wrapper" : false
},
"BuildSuggestersResult" : {
"c2jName" : "BuildSuggestersResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a BuildSuggester
request. Contains a list of the fields used for suggestions.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "FieldNames",
"c2jShape" : "FieldNameList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param fieldNames \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFieldNames",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getFieldNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FieldNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FieldNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "FieldName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "FieldNames",
"setterDocumentation" : "/**\n@param fieldNames */",
"setterMethodName" : "setFieldNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\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 \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"FieldNames" : {
"c2jName" : "FieldNames",
"c2jShape" : "FieldNameList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param fieldNames \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFieldNames",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getFieldNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FieldNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FieldNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "FieldName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "FieldNames",
"setterDocumentation" : "/**\n@param fieldNames */",
"setterMethodName" : "setFieldNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\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 \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "BuildSuggestersResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "BuildSuggestersResult"
},
"variable" : {
"variableDeclarationType" : "BuildSuggestersResult",
"variableName" : "buildSuggestersResult",
"variableType" : "BuildSuggestersResult",
"documentation" : null,
"simpleType" : "BuildSuggestersResult",
"variableSetterType" : "BuildSuggestersResult"
},
"wrapper" : false
},
"CreateDomainRequest" : {
"c2jName" : "CreateDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the CreateDomain
operation. Specifies a name for the new search domain.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "CreateDomain",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@return A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@return A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
\n@param domainName A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "A name for the domain you are creating. Allowed characters are a-z (lower-case letters), 0-9, and hyphen (-). Domain names must start with a letter or number and be at least 3 and no more than 28 characters long.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "CreateDomainRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "CreateDomainRequest",
"variableName" : "createDomainRequest",
"variableType" : "CreateDomainRequest",
"documentation" : null,
"simpleType" : "CreateDomainRequest",
"variableSetterType" : "CreateDomainRequest"
},
"wrapper" : false
},
"CreateDomainResult" : {
"c2jName" : "CreateDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a CreateDomainRequest
. Contains the status of a newly created domain.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainStatus",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainStatus",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainStatus",
"setterDocumentation" : "/**\n@param domainStatus */",
"setterMethodName" : "setDomainStatus",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainStatus" : {
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainStatus",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainStatus",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainStatus",
"setterDocumentation" : "/**\n@param domainStatus */",
"setterMethodName" : "setDomainStatus",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "CreateDomainResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "CreateDomainResult"
},
"variable" : {
"variableDeclarationType" : "CreateDomainResult",
"variableName" : "createDomainResult",
"variableType" : "CreateDomainResult",
"documentation" : null,
"simpleType" : "CreateDomainResult",
"variableSetterType" : "CreateDomainResult"
},
"wrapper" : false
},
"DateArrayOptions" : {
"c2jName" : "DateArrayOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Options for a field that contains an array of dates. Present if IndexFieldType
specifies the field is of type date-array
. All options are enabled by default.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"deprecated" : false,
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"enumType" : null,
"fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDefaultValue",
"getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/",
"getterMethodName" : "getDefaultValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DefaultValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultValue",
"setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"deprecated" : false,
"documentation" : "A list of source fields to map to the field.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSourceFields",
"getterDocumentation" : "/**A list of source fields to map to the field.
\n@return A list of source fields to map to the field.*/",
"getterMethodName" : "getSourceFields",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SourceFields",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceFields",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SourceFields",
"setterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.*/",
"setterMethodName" : "setSourceFields",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceFields",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceFields",
"variableType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether facet information can be returned for the field.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFacetEnabled",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"getterMethodName" : "getFacetEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FacetEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FacetEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FacetEnabled",
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"setterMethodName" : "setFacetEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether the contents of the field are searchable.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSearchEnabled",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"getterMethodName" : "getSearchEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SearchEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SearchEnabled",
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"setterMethodName" : "setSearchEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReturnEnabled",
"getterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@return Whether the contents of the field can be returned in the search results.*/",
"getterMethodName" : "getReturnEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReturnEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReturnEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReturnEnabled",
"setterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/",
"setterMethodName" : "setReturnEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DefaultValue" : {
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"deprecated" : false,
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"enumType" : null,
"fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDefaultValue",
"getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/",
"getterMethodName" : "getDefaultValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DefaultValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultValue",
"setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FacetEnabled" : {
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether facet information can be returned for the field.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFacetEnabled",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"getterMethodName" : "getFacetEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FacetEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FacetEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FacetEnabled",
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"setterMethodName" : "setFacetEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"ReturnEnabled" : {
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReturnEnabled",
"getterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@return Whether the contents of the field can be returned in the search results.*/",
"getterMethodName" : "getReturnEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReturnEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReturnEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReturnEnabled",
"setterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/",
"setterMethodName" : "setReturnEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SearchEnabled" : {
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether the contents of the field are searchable.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSearchEnabled",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"getterMethodName" : "getSearchEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SearchEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SearchEnabled",
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"setterMethodName" : "setSearchEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SourceFields" : {
"c2jName" : "SourceFields",
"c2jShape" : "FieldNameCommaList",
"deprecated" : false,
"documentation" : "A list of source fields to map to the field.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSourceFields",
"getterDocumentation" : "/**A list of source fields to map to the field.
\n@return A list of source fields to map to the field.*/",
"getterMethodName" : "getSourceFields",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SourceFields",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceFields",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SourceFields",
"setterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.*/",
"setterMethodName" : "setSourceFields",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceFields",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A list of source fields to map to the field.
\n@param sourceFields A list of source fields to map to the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceFields",
"variableType" : "String",
"documentation" : "A list of source fields to map to the field.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DateArrayOptions",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DateArrayOptions",
"variableName" : "dateArrayOptions",
"variableType" : "DateArrayOptions",
"documentation" : null,
"simpleType" : "DateArrayOptions",
"variableSetterType" : "DateArrayOptions"
},
"wrapper" : false
},
"DateOptions" : {
"c2jName" : "DateOptions",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Options for a date field. Dates and times are specified in UTC (Coordinated Universal Time) according to IETF RFC3339: yyyy-mm-ddT00:00:00Z. Present if IndexFieldType
specifies the field is of type date
. All options are enabled by default.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"deprecated" : false,
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"enumType" : null,
"fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDefaultValue",
"getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/",
"getterMethodName" : "getDefaultValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DefaultValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultValue",
"setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SourceField",
"c2jShape" : "FieldName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSourceField",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getSourceField",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SourceField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SourceField",
"setterDocumentation" : "/**\n@param sourceField */",
"setterMethodName" : "setSourceField",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether facet information can be returned for the field.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFacetEnabled",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"getterMethodName" : "getFacetEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FacetEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FacetEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FacetEnabled",
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"setterMethodName" : "setFacetEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether the contents of the field are searchable.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSearchEnabled",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"getterMethodName" : "getSearchEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SearchEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SearchEnabled",
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"setterMethodName" : "setSearchEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReturnEnabled",
"getterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@return Whether the contents of the field can be returned in the search results.*/",
"getterMethodName" : "getReturnEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReturnEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReturnEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReturnEnabled",
"setterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/",
"setterMethodName" : "setReturnEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SortEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether the field can be used to sort the search results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSortEnabled",
"getterDocumentation" : "/**Whether the field can be used to sort the search results.
\n@return Whether the field can be used to sort the search results.*/",
"getterMethodName" : "getSortEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SortEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SortEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SortEnabled",
"setterDocumentation" : "/**Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.*/",
"setterMethodName" : "setSortEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the field can be used to sort the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DefaultValue" : {
"c2jName" : "DefaultValue",
"c2jShape" : "FieldValue",
"deprecated" : false,
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"enumType" : null,
"fluentSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDefaultValue",
"getterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@return A value to use for the field if the field isn't specified for a document.*/",
"getterMethodName" : "getDefaultValue",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DefaultValue",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DefaultValue",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DefaultValue",
"setterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.*/",
"setterMethodName" : "setDefaultValue",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**A value to use for the field if the field isn't specified for a document.\n@param defaultValue A value to use for the field if the field isn't specified for a document.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "defaultValue",
"variableType" : "String",
"documentation" : "A value to use for the field if the field isn't specified for a document.",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FacetEnabled" : {
"c2jName" : "FacetEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether facet information can be returned for the field.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFacetEnabled",
"getterDocumentation" : "/**Whether facet information can be returned for the field.
\n@return Whether facet information can be returned for the field.*/",
"getterMethodName" : "getFacetEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FacetEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FacetEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "FacetEnabled",
"setterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.*/",
"setterMethodName" : "setFacetEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether facet information can be returned for the field.
\n@param facetEnabled Whether facet information can be returned for the field.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "facetEnabled",
"variableType" : "Boolean",
"documentation" : "Whether facet information can be returned for the field.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"ReturnEnabled" : {
"c2jName" : "ReturnEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withReturnEnabled",
"getterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@return Whether the contents of the field can be returned in the search results.*/",
"getterMethodName" : "getReturnEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ReturnEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ReturnEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ReturnEnabled",
"setterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.*/",
"setterMethodName" : "setReturnEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the contents of the field can be returned in the search results.
\n@param returnEnabled Whether the contents of the field can be returned in the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "returnEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field can be returned in the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SearchEnabled" : {
"c2jName" : "SearchEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether the contents of the field are searchable.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSearchEnabled",
"getterDocumentation" : "/**Whether the contents of the field are searchable.
\n@return Whether the contents of the field are searchable.*/",
"getterMethodName" : "getSearchEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SearchEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SearchEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SearchEnabled",
"setterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.*/",
"setterMethodName" : "setSearchEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the contents of the field are searchable.
\n@param searchEnabled Whether the contents of the field are searchable.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "searchEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the contents of the field are searchable.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SortEnabled" : {
"c2jName" : "SortEnabled",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether the field can be used to sort the search results.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSortEnabled",
"getterDocumentation" : "/**Whether the field can be used to sort the search results.
\n@return Whether the field can be used to sort the search results.*/",
"getterMethodName" : "getSortEnabled",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SortEnabled",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SortEnabled",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SortEnabled",
"setterDocumentation" : "/**Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.*/",
"setterMethodName" : "setSortEnabled",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether the field can be used to sort the search results.
\n@param sortEnabled Whether the field can be used to sort the search results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "sortEnabled",
"variableType" : "Boolean",
"documentation" : "Whether the field can be used to sort the search results.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"SourceField" : {
"c2jName" : "SourceField",
"c2jShape" : "FieldName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSourceField",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getSourceField",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SourceField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SourceField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SourceField",
"setterDocumentation" : "/**\n@param sourceField */",
"setterMethodName" : "setSourceField",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "sourceField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param sourceField \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "sourceField",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DateOptions",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : null
},
"variable" : {
"variableDeclarationType" : "DateOptions",
"variableName" : "dateOptions",
"variableType" : "DateOptions",
"documentation" : null,
"simpleType" : "DateOptions",
"variableSetterType" : "DateOptions"
},
"wrapper" : false
},
"DefineAnalysisSchemeRequest" : {
"c2jName" : "DefineAnalysisSchemeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DefineAnalysisScheme
operation. Specifies the name of the domain you want to update and the analysis scheme configuration.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DefineAnalysisScheme",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisScheme",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisScheme",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getAnalysisScheme",
"getterModel" : {
"returnType" : "AnalysisScheme",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisScheme",
"setterDocumentation" : "/**\n@param analysisScheme */",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisScheme" : {
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisScheme",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisScheme",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getAnalysisScheme",
"getterModel" : {
"returnType" : "AnalysisScheme",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisScheme",
"setterDocumentation" : "/**\n@param analysisScheme */",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisScheme",
"variableName" : "analysisScheme",
"variableType" : "AnalysisScheme",
"documentation" : "",
"simpleType" : "AnalysisScheme",
"variableSetterType" : "AnalysisScheme"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "AnalysisScheme" ],
"shapeName" : "DefineAnalysisSchemeRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DefineAnalysisSchemeRequest",
"variableName" : "defineAnalysisSchemeRequest",
"variableType" : "DefineAnalysisSchemeRequest",
"documentation" : null,
"simpleType" : "DefineAnalysisSchemeRequest",
"variableSetterType" : "DefineAnalysisSchemeRequest"
},
"wrapper" : false
},
"DefineAnalysisSchemeResult" : {
"c2jName" : "DefineAnalysisSchemeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DefineAnalysisScheme
request. Contains the status of the newly-configured analysis scheme.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisSchemeStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisScheme",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getAnalysisScheme",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisScheme",
"setterDocumentation" : "/**\n@param analysisScheme */",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisScheme" : {
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisSchemeStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisScheme",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getAnalysisScheme",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisScheme",
"setterDocumentation" : "/**\n@param analysisScheme */",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param analysisScheme \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AnalysisScheme" ],
"shapeName" : "DefineAnalysisSchemeResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DefineAnalysisSchemeResult"
},
"variable" : {
"variableDeclarationType" : "DefineAnalysisSchemeResult",
"variableName" : "defineAnalysisSchemeResult",
"variableType" : "DefineAnalysisSchemeResult",
"documentation" : null,
"simpleType" : "DefineAnalysisSchemeResult",
"variableSetterType" : "DefineAnalysisSchemeResult"
},
"wrapper" : false
},
"DefineExpressionRequest" : {
"c2jName" : "DefineExpressionRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DefineExpression
operation. Specifies the name of the domain you want to update and the expression you want to configure.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DefineExpression",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Expression",
"c2jShape" : "Expression",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpression",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getExpression",
"getterModel" : {
"returnType" : "Expression",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expression",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Expression",
"setterDocumentation" : "/**\n@param expression */",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "Expression",
"variableName" : "expression",
"variableType" : "Expression",
"documentation" : "",
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Expression",
"variableName" : "expression",
"variableType" : "Expression",
"documentation" : "",
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Expression" : {
"c2jName" : "Expression",
"c2jShape" : "Expression",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpression",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getExpression",
"getterModel" : {
"returnType" : "Expression",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expression",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Expression",
"setterDocumentation" : "/**\n@param expression */",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "Expression",
"variableName" : "expression",
"variableType" : "Expression",
"documentation" : "",
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Expression",
"variableName" : "expression",
"variableType" : "Expression",
"documentation" : "",
"simpleType" : "Expression",
"variableSetterType" : "Expression"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "Expression" ],
"shapeName" : "DefineExpressionRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DefineExpressionRequest",
"variableName" : "defineExpressionRequest",
"variableType" : "DefineExpressionRequest",
"documentation" : null,
"simpleType" : "DefineExpressionRequest",
"variableSetterType" : "DefineExpressionRequest"
},
"wrapper" : false
},
"DefineExpressionResult" : {
"c2jName" : "DefineExpressionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DefineExpression
request. Contains the status of the newly-configured expression.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Expression",
"c2jShape" : "ExpressionStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpression",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getExpression",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expression",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Expression",
"setterDocumentation" : "/**\n@param expression */",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Expression" : {
"c2jName" : "Expression",
"c2jShape" : "ExpressionStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpression",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getExpression",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expression",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Expression",
"setterDocumentation" : "/**\n@param expression */",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param expression \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Expression" ],
"shapeName" : "DefineExpressionResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DefineExpressionResult"
},
"variable" : {
"variableDeclarationType" : "DefineExpressionResult",
"variableName" : "defineExpressionResult",
"variableType" : "DefineExpressionResult",
"documentation" : null,
"simpleType" : "DefineExpressionResult",
"variableSetterType" : "DefineExpressionResult"
},
"wrapper" : false
},
"DefineIndexFieldRequest" : {
"c2jName" : "DefineIndexFieldRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DefineIndexField
operation. Specifies the name of the domain you want to update and the index field configuration.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DefineIndexField",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "IndexField",
"c2jShape" : "IndexField",
"deprecated" : false,
"documentation" : "The index field and field options you want to configure.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIndexField",
"getterDocumentation" : "/**The index field and field options you want to configure.
\n@return The index field and field options you want to configure.*/",
"getterMethodName" : "getIndexField",
"getterModel" : {
"returnType" : "IndexField",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IndexField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IndexField",
"setterDocumentation" : "/**The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.*/",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexField",
"variableName" : "indexField",
"variableType" : "IndexField",
"documentation" : "",
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"simple" : false,
"varargSetterDocumentation" : "/**The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "IndexField",
"variableName" : "indexField",
"variableType" : "IndexField",
"documentation" : "The index field and field options you want to configure.
",
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IndexField" : {
"c2jName" : "IndexField",
"c2jShape" : "IndexField",
"deprecated" : false,
"documentation" : "The index field and field options you want to configure.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIndexField",
"getterDocumentation" : "/**The index field and field options you want to configure.
\n@return The index field and field options you want to configure.*/",
"getterMethodName" : "getIndexField",
"getterModel" : {
"returnType" : "IndexField",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IndexField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IndexField",
"setterDocumentation" : "/**The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.*/",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexField",
"variableName" : "indexField",
"variableType" : "IndexField",
"documentation" : "",
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"simple" : false,
"varargSetterDocumentation" : "/**The index field and field options you want to configure.
\n@param indexField The index field and field options you want to configure.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "IndexField",
"variableName" : "indexField",
"variableType" : "IndexField",
"documentation" : "The index field and field options you want to configure.
",
"simpleType" : "IndexField",
"variableSetterType" : "IndexField"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "IndexField" ],
"shapeName" : "DefineIndexFieldRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DefineIndexFieldRequest",
"variableName" : "defineIndexFieldRequest",
"variableType" : "DefineIndexFieldRequest",
"documentation" : null,
"simpleType" : "DefineIndexFieldRequest",
"variableSetterType" : "DefineIndexFieldRequest"
},
"wrapper" : false
},
"DefineIndexFieldResult" : {
"c2jName" : "DefineIndexFieldResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DefineIndexField
request. Contains the status of the newly-configured index field.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "IndexField",
"c2jShape" : "IndexFieldStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param indexField \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIndexField",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getIndexField",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IndexField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IndexField",
"setterDocumentation" : "/**\n@param indexField */",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param indexField \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IndexField" : {
"c2jName" : "IndexField",
"c2jShape" : "IndexFieldStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param indexField \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIndexField",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getIndexField",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IndexField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IndexField",
"setterDocumentation" : "/**\n@param indexField */",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param indexField \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "IndexField" ],
"shapeName" : "DefineIndexFieldResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DefineIndexFieldResult"
},
"variable" : {
"variableDeclarationType" : "DefineIndexFieldResult",
"variableName" : "defineIndexFieldResult",
"variableType" : "DefineIndexFieldResult",
"documentation" : null,
"simpleType" : "DefineIndexFieldResult",
"variableSetterType" : "DefineIndexFieldResult"
},
"wrapper" : false
},
"DefineSuggesterRequest" : {
"c2jName" : "DefineSuggesterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DefineSuggester
operation. Specifies the name of the domain you want to update and the suggester configuration.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DefineSuggester",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Suggester",
"c2jShape" : "Suggester",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSuggester",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getSuggester",
"getterModel" : {
"returnType" : "Suggester",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Suggester",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Suggester",
"setterDocumentation" : "/**\n@param suggester */",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "Suggester",
"variableName" : "suggester",
"variableType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Suggester",
"variableName" : "suggester",
"variableType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"Suggester" : {
"c2jName" : "Suggester",
"c2jShape" : "Suggester",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSuggester",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getSuggester",
"getterModel" : {
"returnType" : "Suggester",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Suggester",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Suggester",
"setterDocumentation" : "/**\n@param suggester */",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "Suggester",
"variableName" : "suggester",
"variableType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Suggester",
"variableName" : "suggester",
"variableType" : "Suggester",
"documentation" : "",
"simpleType" : "Suggester",
"variableSetterType" : "Suggester"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "Suggester" ],
"shapeName" : "DefineSuggesterRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DefineSuggesterRequest",
"variableName" : "defineSuggesterRequest",
"variableType" : "DefineSuggesterRequest",
"documentation" : null,
"simpleType" : "DefineSuggesterRequest",
"variableSetterType" : "DefineSuggesterRequest"
},
"wrapper" : false
},
"DefineSuggesterResult" : {
"c2jName" : "DefineSuggesterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DefineSuggester
request. Contains the status of the newly-configured suggester.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSuggester",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getSuggester",
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Suggester",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Suggester",
"setterDocumentation" : "/**\n@param suggester */",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Suggester" : {
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSuggester",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getSuggester",
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Suggester",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Suggester",
"setterDocumentation" : "/**\n@param suggester */",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param suggester \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Suggester" ],
"shapeName" : "DefineSuggesterResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DefineSuggesterResult"
},
"variable" : {
"variableDeclarationType" : "DefineSuggesterResult",
"variableName" : "defineSuggesterResult",
"variableType" : "DefineSuggesterResult",
"documentation" : null,
"simpleType" : "DefineSuggesterResult",
"variableSetterType" : "DefineSuggesterResult"
},
"wrapper" : false
},
"DeleteAnalysisSchemeRequest" : {
"c2jName" : "DeleteAnalysisSchemeRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DeleteAnalysisScheme
operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteAnalysisScheme",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AnalysisSchemeName",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "The name of the analysis scheme you want to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisSchemeName",
"getterDocumentation" : "/**The name of the analysis scheme you want to delete.
\n@return The name of the analysis scheme you want to delete.*/",
"getterMethodName" : "getAnalysisSchemeName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisSchemeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisSchemeName",
"setterDocumentation" : "/**The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.*/",
"setterMethodName" : "setAnalysisSchemeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "The name of the analysis scheme you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisSchemeName" : {
"c2jName" : "AnalysisSchemeName",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "The name of the analysis scheme you want to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisSchemeName",
"getterDocumentation" : "/**The name of the analysis scheme you want to delete.
\n@return The name of the analysis scheme you want to delete.*/",
"getterMethodName" : "getAnalysisSchemeName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisSchemeName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisSchemeName",
"setterDocumentation" : "/**The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.*/",
"setterMethodName" : "setAnalysisSchemeName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the analysis scheme you want to delete.
\n@param analysisSchemeName The name of the analysis scheme you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "analysisSchemeName",
"variableType" : "String",
"documentation" : "The name of the analysis scheme you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "AnalysisSchemeName" ],
"shapeName" : "DeleteAnalysisSchemeRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteAnalysisSchemeRequest",
"variableName" : "deleteAnalysisSchemeRequest",
"variableType" : "DeleteAnalysisSchemeRequest",
"documentation" : null,
"simpleType" : "DeleteAnalysisSchemeRequest",
"variableSetterType" : "DeleteAnalysisSchemeRequest"
},
"wrapper" : false
},
"DeleteAnalysisSchemeResult" : {
"c2jName" : "DeleteAnalysisSchemeResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DeleteAnalysisScheme
request. Contains the status of the deleted analysis scheme.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisSchemeStatus",
"deprecated" : false,
"documentation" : "The status of the analysis scheme being deleted.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisScheme",
"getterDocumentation" : "/**The status of the analysis scheme being deleted.
\n@return The status of the analysis scheme being deleted.*/",
"getterMethodName" : "getAnalysisScheme",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisScheme",
"setterDocumentation" : "/**The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.*/",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "The status of the analysis scheme being deleted.
",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisScheme" : {
"c2jName" : "AnalysisScheme",
"c2jShape" : "AnalysisSchemeStatus",
"deprecated" : false,
"documentation" : "The status of the analysis scheme being deleted.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisScheme",
"getterDocumentation" : "/**The status of the analysis scheme being deleted.
\n@return The status of the analysis scheme being deleted.*/",
"getterMethodName" : "getAnalysisScheme",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisScheme",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisScheme",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AnalysisScheme",
"setterDocumentation" : "/**The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.*/",
"setterMethodName" : "setAnalysisScheme",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The status of the analysis scheme being deleted.
\n@param analysisScheme The status of the analysis scheme being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "analysisScheme",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "The status of the analysis scheme being deleted.
",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AnalysisScheme" ],
"shapeName" : "DeleteAnalysisSchemeResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteAnalysisSchemeResult"
},
"variable" : {
"variableDeclarationType" : "DeleteAnalysisSchemeResult",
"variableName" : "deleteAnalysisSchemeResult",
"variableType" : "DeleteAnalysisSchemeResult",
"documentation" : null,
"simpleType" : "DeleteAnalysisSchemeResult",
"variableSetterType" : "DeleteAnalysisSchemeResult"
},
"wrapper" : false
},
"DeleteDomainRequest" : {
"c2jName" : "DeleteDomainRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DeleteDomain
operation. Specifies the name of the domain you want to delete.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteDomain",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain you want to permanently delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**The name of the domain you want to permanently delete.
\n@return The name of the domain you want to permanently delete.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to permanently delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain you want to permanently delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**The name of the domain you want to permanently delete.
\n@return The name of the domain you want to permanently delete.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain you want to permanently delete.
\n@param domainName The name of the domain you want to permanently delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to permanently delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "DeleteDomainRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteDomainRequest",
"variableName" : "deleteDomainRequest",
"variableType" : "DeleteDomainRequest",
"documentation" : null,
"simpleType" : "DeleteDomainRequest",
"variableSetterType" : "DeleteDomainRequest"
},
"wrapper" : false
},
"DeleteDomainResult" : {
"c2jName" : "DeleteDomainResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DeleteDomain
request. Contains the status of a newly deleted domain, or no status if the domain has already been completely deleted.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainStatus",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainStatus",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainStatus",
"setterDocumentation" : "/**\n@param domainStatus */",
"setterMethodName" : "setDomainStatus",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainStatus" : {
"c2jName" : "DomainStatus",
"c2jShape" : "DomainStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainStatus",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainStatus",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainStatus",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatus",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainStatus",
"setterDocumentation" : "/**\n@param domainStatus */",
"setterMethodName" : "setDomainStatus",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param domainStatus \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "domainStatus",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DeleteDomainResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteDomainResult"
},
"variable" : {
"variableDeclarationType" : "DeleteDomainResult",
"variableName" : "deleteDomainResult",
"variableType" : "DeleteDomainResult",
"documentation" : null,
"simpleType" : "DeleteDomainResult",
"variableSetterType" : "DeleteDomainResult"
},
"wrapper" : false
},
"DeleteExpressionRequest" : {
"c2jName" : "DeleteExpressionRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DeleteExpression
operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteExpression",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ExpressionName",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "The name of the Expression
to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpressionName",
"getterDocumentation" : "/**The name of the Expression
to delete.
\n@return The name of the Expression
to delete.*/",
"getterMethodName" : "getExpressionName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExpressionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpressionName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExpressionName",
"setterDocumentation" : "/**The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.*/",
"setterMethodName" : "setExpressionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expressionName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expressionName",
"variableType" : "String",
"documentation" : "The name of the Expression
to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExpressionName" : {
"c2jName" : "ExpressionName",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "The name of the Expression
to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpressionName",
"getterDocumentation" : "/**The name of the Expression
to delete.
\n@return The name of the Expression
to delete.*/",
"getterMethodName" : "getExpressionName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExpressionName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpressionName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "ExpressionName",
"setterDocumentation" : "/**The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.*/",
"setterMethodName" : "setExpressionName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "expressionName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the Expression
to delete.
\n@param expressionName The name of the Expression
to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "expressionName",
"variableType" : "String",
"documentation" : "The name of the Expression
to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "ExpressionName" ],
"shapeName" : "DeleteExpressionRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteExpressionRequest",
"variableName" : "deleteExpressionRequest",
"variableType" : "DeleteExpressionRequest",
"documentation" : null,
"simpleType" : "DeleteExpressionRequest",
"variableSetterType" : "DeleteExpressionRequest"
},
"wrapper" : false
},
"DeleteExpressionResult" : {
"c2jName" : "DeleteExpressionResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DeleteExpression
request. Specifies the expression being deleted.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Expression",
"c2jShape" : "ExpressionStatus",
"deprecated" : false,
"documentation" : "The status of the expression being deleted.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The status of the expression being deleted.
\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpression",
"getterDocumentation" : "/**The status of the expression being deleted.
\n@return The status of the expression being deleted.*/",
"getterMethodName" : "getExpression",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expression",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Expression",
"setterDocumentation" : "/**The status of the expression being deleted.
\n@param expression The status of the expression being deleted.*/",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The status of the expression being deleted.
\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "The status of the expression being deleted.
",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Expression" : {
"c2jName" : "Expression",
"c2jShape" : "ExpressionStatus",
"deprecated" : false,
"documentation" : "The status of the expression being deleted.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The status of the expression being deleted.
\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpression",
"getterDocumentation" : "/**The status of the expression being deleted.
\n@return The status of the expression being deleted.*/",
"getterMethodName" : "getExpression",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expression",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expression",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Expression",
"setterDocumentation" : "/**The status of the expression being deleted.
\n@param expression The status of the expression being deleted.*/",
"setterMethodName" : "setExpression",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The status of the expression being deleted.
\n@param expression The status of the expression being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "expression",
"variableType" : "ExpressionStatus",
"documentation" : "The status of the expression being deleted.
",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Expression" ],
"shapeName" : "DeleteExpressionResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteExpressionResult"
},
"variable" : {
"variableDeclarationType" : "DeleteExpressionResult",
"variableName" : "deleteExpressionResult",
"variableType" : "DeleteExpressionResult",
"documentation" : null,
"simpleType" : "DeleteExpressionResult",
"variableSetterType" : "DeleteExpressionResult"
},
"wrapper" : false
},
"DeleteIndexFieldRequest" : {
"c2jName" : "DeleteIndexFieldRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DeleteIndexField
operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteIndexField",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "IndexFieldName",
"c2jShape" : "DynamicFieldName",
"deprecated" : false,
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIndexFieldName",
"getterDocumentation" : "/**The name of the index field your want to remove from the domain's indexing options.
\n@return The name of the index field your want to remove from the domain's indexing options.*/",
"getterMethodName" : "getIndexFieldName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IndexFieldName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexFieldName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IndexFieldName",
"setterDocumentation" : "/**The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.*/",
"setterMethodName" : "setIndexFieldName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "indexFieldName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "indexFieldName",
"variableType" : "String",
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"IndexFieldName" : {
"c2jName" : "IndexFieldName",
"c2jShape" : "DynamicFieldName",
"deprecated" : false,
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIndexFieldName",
"getterDocumentation" : "/**The name of the index field your want to remove from the domain's indexing options.
\n@return The name of the index field your want to remove from the domain's indexing options.*/",
"getterMethodName" : "getIndexFieldName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IndexFieldName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexFieldName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IndexFieldName",
"setterDocumentation" : "/**The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.*/",
"setterMethodName" : "setIndexFieldName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "indexFieldName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the index field your want to remove from the domain's indexing options.
\n@param indexFieldName The name of the index field your want to remove from the domain's indexing options.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "indexFieldName",
"variableType" : "String",
"documentation" : "The name of the index field your want to remove from the domain's indexing options.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "IndexFieldName" ],
"shapeName" : "DeleteIndexFieldRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteIndexFieldRequest",
"variableName" : "deleteIndexFieldRequest",
"variableType" : "DeleteIndexFieldRequest",
"documentation" : null,
"simpleType" : "DeleteIndexFieldRequest",
"variableSetterType" : "DeleteIndexFieldRequest"
},
"wrapper" : false
},
"DeleteIndexFieldResult" : {
"c2jName" : "DeleteIndexFieldResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DeleteIndexField
request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "IndexField",
"c2jShape" : "IndexFieldStatus",
"deprecated" : false,
"documentation" : "The status of the index field being deleted.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIndexField",
"getterDocumentation" : "/**The status of the index field being deleted.
\n@return The status of the index field being deleted.*/",
"getterMethodName" : "getIndexField",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IndexField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IndexField",
"setterDocumentation" : "/**The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.*/",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "The status of the index field being deleted.
",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"IndexField" : {
"c2jName" : "IndexField",
"c2jShape" : "IndexFieldStatus",
"deprecated" : false,
"documentation" : "The status of the index field being deleted.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIndexField",
"getterDocumentation" : "/**The status of the index field being deleted.
\n@return The status of the index field being deleted.*/",
"getterMethodName" : "getIndexField",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IndexField",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexField",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "IndexField",
"setterDocumentation" : "/**The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.*/",
"setterMethodName" : "setIndexField",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The status of the index field being deleted.
\n@param indexField The status of the index field being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "indexField",
"variableType" : "IndexFieldStatus",
"documentation" : "The status of the index field being deleted.
",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "IndexField" ],
"shapeName" : "DeleteIndexFieldResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteIndexFieldResult"
},
"variable" : {
"variableDeclarationType" : "DeleteIndexFieldResult",
"variableName" : "deleteIndexFieldResult",
"variableType" : "DeleteIndexFieldResult",
"documentation" : null,
"simpleType" : "DeleteIndexFieldResult",
"variableSetterType" : "DeleteIndexFieldResult"
},
"wrapper" : false
},
"DeleteSuggesterRequest" : {
"c2jName" : "DeleteSuggesterRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DeleteSuggester
operation. Specifies the name of the domain you want to update and name of the suggester you want to delete.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DeleteSuggester",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "SuggesterName",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "Specifies the name of the suggester you want to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSuggesterName",
"getterDocumentation" : "/**Specifies the name of the suggester you want to delete.
\n@return Specifies the name of the suggester you want to delete.*/",
"getterMethodName" : "getSuggesterName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SuggesterName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuggesterName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SuggesterName",
"setterDocumentation" : "/**Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.*/",
"setterMethodName" : "setSuggesterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "suggesterName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "suggesterName",
"variableType" : "String",
"documentation" : "Specifies the name of the suggester you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**\n@param domainName */",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param domainName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"SuggesterName" : {
"c2jName" : "SuggesterName",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "Specifies the name of the suggester you want to delete.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSuggesterName",
"getterDocumentation" : "/**Specifies the name of the suggester you want to delete.
\n@return Specifies the name of the suggester you want to delete.*/",
"getterMethodName" : "getSuggesterName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "SuggesterName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "SuggesterName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "SuggesterName",
"setterDocumentation" : "/**Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.*/",
"setterMethodName" : "setSuggesterName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "suggesterName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**Specifies the name of the suggester you want to delete.
\n@param suggesterName Specifies the name of the suggester you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "suggesterName",
"variableType" : "String",
"documentation" : "Specifies the name of the suggester you want to delete.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName", "SuggesterName" ],
"shapeName" : "DeleteSuggesterRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DeleteSuggesterRequest",
"variableName" : "deleteSuggesterRequest",
"variableType" : "DeleteSuggesterRequest",
"documentation" : null,
"simpleType" : "DeleteSuggesterRequest",
"variableSetterType" : "DeleteSuggesterRequest"
},
"wrapper" : false
},
"DeleteSuggesterResult" : {
"c2jName" : "DeleteSuggesterResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DeleteSuggester
request. Contains the status of the deleted suggester.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"deprecated" : false,
"documentation" : "The status of the suggester being deleted.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSuggester",
"getterDocumentation" : "/**The status of the suggester being deleted.
\n@return The status of the suggester being deleted.*/",
"getterMethodName" : "getSuggester",
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Suggester",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Suggester",
"setterDocumentation" : "/**The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.*/",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "The status of the suggester being deleted.
",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Suggester" : {
"c2jName" : "Suggester",
"c2jShape" : "SuggesterStatus",
"deprecated" : false,
"documentation" : "The status of the suggester being deleted.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withSuggester",
"getterDocumentation" : "/**The status of the suggester being deleted.
\n@return The status of the suggester being deleted.*/",
"getterMethodName" : "getSuggester",
"getterModel" : {
"returnType" : "SuggesterStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Suggester",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Suggester",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Suggester",
"setterDocumentation" : "/**The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.*/",
"setterMethodName" : "setSuggester",
"setterModel" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The status of the suggester being deleted.
\n@param suggester The status of the suggester being deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "SuggesterStatus",
"variableName" : "suggester",
"variableType" : "SuggesterStatus",
"documentation" : "The status of the suggester being deleted.
",
"simpleType" : "SuggesterStatus",
"variableSetterType" : "SuggesterStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Suggester" ],
"shapeName" : "DeleteSuggesterResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DeleteSuggesterResult"
},
"variable" : {
"variableDeclarationType" : "DeleteSuggesterResult",
"variableName" : "deleteSuggesterResult",
"variableType" : "DeleteSuggesterResult",
"documentation" : null,
"simpleType" : "DeleteSuggesterResult",
"variableSetterType" : "DeleteSuggesterResult"
},
"wrapper" : false
},
"DescribeAnalysisSchemesRequest" : {
"c2jName" : "DescribeAnalysisSchemesRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DescribeAnalysisSchemes
operation. Specifies the name of the domain you want to describe. To limit the response to particular analysis schemes, specify the names of the analysis schemes you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeAnalysisSchemes",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "AnalysisSchemeNames",
"c2jShape" : "StandardNameList",
"deprecated" : false,
"documentation" : "The analysis schemes you want to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The analysis schemes you want to describe.
\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisSchemeNames",
"getterDocumentation" : "/**The analysis schemes you want to describe.
\n@return The analysis schemes you want to describe.*/",
"getterMethodName" : "getAnalysisSchemeNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisSchemeNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "AnalysisSchemeNames",
"setterDocumentation" : "/**The analysis schemes you want to describe.
\n@param analysisSchemeNames The analysis schemes you want to describe.*/",
"setterMethodName" : "setAnalysisSchemeNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "analysisSchemeNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The analysis schemes you want to describe.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAnalysisSchemeNames(java.util.Collection)} or {@link #withAnalysisSchemeNames(java.util.Collection)} if you want to override the existing values.
\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "analysisSchemeNames",
"variableType" : "java.util.List",
"documentation" : "The analysis schemes you want to describe.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDeployed",
"getterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"getterMethodName" : "getDeployed",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Deployed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Deployed",
"setterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisSchemeNames" : {
"c2jName" : "AnalysisSchemeNames",
"c2jShape" : "StandardNameList",
"deprecated" : false,
"documentation" : "The analysis schemes you want to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The analysis schemes you want to describe.
\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisSchemeNames",
"getterDocumentation" : "/**The analysis schemes you want to describe.
\n@return The analysis schemes you want to describe.*/",
"getterMethodName" : "getAnalysisSchemeNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisSchemeNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemeNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "AnalysisSchemeNames",
"setterDocumentation" : "/**The analysis schemes you want to describe.
\n@param analysisSchemeNames The analysis schemes you want to describe.*/",
"setterMethodName" : "setAnalysisSchemeNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "analysisSchemeNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The analysis schemes you want to describe.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setAnalysisSchemeNames(java.util.Collection)} or {@link #withAnalysisSchemeNames(java.util.Collection)} if you want to override the existing values.
\n@param analysisSchemeNames The analysis schemes you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "analysisSchemeNames",
"variableType" : "java.util.List",
"documentation" : "The analysis schemes you want to describe.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
},
"Deployed" : {
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDeployed",
"getterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"getterMethodName" : "getDeployed",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Deployed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Deployed",
"setterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "DescribeAnalysisSchemesRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeAnalysisSchemesRequest",
"variableName" : "describeAnalysisSchemesRequest",
"variableType" : "DescribeAnalysisSchemesRequest",
"documentation" : null,
"simpleType" : "DescribeAnalysisSchemesRequest",
"variableSetterType" : "DescribeAnalysisSchemesRequest"
},
"wrapper" : false
},
"DescribeAnalysisSchemesResult" : {
"c2jName" : "DescribeAnalysisSchemesResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DescribeAnalysisSchemes
request. Contains the analysis schemes configured for the domain specified in the request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AnalysisSchemes",
"c2jShape" : "AnalysisSchemeStatusList",
"deprecated" : false,
"documentation" : "The analysis scheme descriptions.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisSchemes",
"getterDocumentation" : "/**The analysis scheme descriptions.
\n@return The analysis scheme descriptions.*/",
"getterMethodName" : "getAnalysisSchemes",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisSchemes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemes",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "AnalysisSchemeStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AnalysisSchemeStatus",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "AnalysisSchemeStatus",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "AnalysisSchemes",
"setterDocumentation" : "/**The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.*/",
"setterMethodName" : "setAnalysisSchemes",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The analysis scheme descriptions.
\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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"documentation" : "The analysis scheme descriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AnalysisSchemes" : {
"c2jName" : "AnalysisSchemes",
"c2jShape" : "AnalysisSchemeStatusList",
"deprecated" : false,
"documentation" : "The analysis scheme descriptions.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAnalysisSchemes",
"getterDocumentation" : "/**The analysis scheme descriptions.
\n@return The analysis scheme descriptions.*/",
"getterMethodName" : "getAnalysisSchemes",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AnalysisSchemes",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AnalysisSchemes",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "AnalysisSchemeStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "AnalysisSchemeStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AnalysisSchemeStatus",
"variableName" : "member",
"variableType" : "AnalysisSchemeStatus",
"documentation" : "",
"simpleType" : "AnalysisSchemeStatus",
"variableSetterType" : "AnalysisSchemeStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "AnalysisSchemeStatus",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "AnalysisSchemeStatus",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "AnalysisSchemes",
"setterDocumentation" : "/**The analysis scheme descriptions.
\n@param analysisSchemes The analysis scheme descriptions.*/",
"setterMethodName" : "setAnalysisSchemes",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The analysis scheme descriptions.
\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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "analysisSchemes",
"variableType" : "java.util.List",
"documentation" : "The analysis scheme descriptions.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "AnalysisSchemes" ],
"shapeName" : "DescribeAnalysisSchemesResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DescribeAnalysisSchemesResult"
},
"variable" : {
"variableDeclarationType" : "DescribeAnalysisSchemesResult",
"variableName" : "describeAnalysisSchemesResult",
"variableType" : "DescribeAnalysisSchemesResult",
"documentation" : null,
"simpleType" : "DescribeAnalysisSchemesResult",
"variableSetterType" : "DescribeAnalysisSchemesResult"
},
"wrapper" : false
},
"DescribeAvailabilityOptionsRequest" : {
"c2jName" : "DescribeAvailabilityOptionsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DescribeAvailabilityOptions
operation. Specifies the name of the domain you want to describe. To show the active configuration and exclude any pending changes, set the Deployed option to true
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeAvailabilityOptions",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDeployed",
"getterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"getterMethodName" : "getDeployed",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Deployed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Deployed",
"setterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Deployed" : {
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDeployed",
"getterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"getterMethodName" : "getDeployed",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Deployed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Deployed",
"setterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "DescribeAvailabilityOptionsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeAvailabilityOptionsRequest",
"variableName" : "describeAvailabilityOptionsRequest",
"variableType" : "DescribeAvailabilityOptionsRequest",
"documentation" : null,
"simpleType" : "DescribeAvailabilityOptionsRequest",
"variableSetterType" : "DescribeAvailabilityOptionsRequest"
},
"wrapper" : false
},
"DescribeAvailabilityOptionsResult" : {
"c2jName" : "DescribeAvailabilityOptionsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DescribeAvailabilityOptions
request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "AvailabilityOptions",
"c2jShape" : "AvailabilityOptionsStatus",
"deprecated" : false,
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAvailabilityOptions",
"getterDocumentation" : "/**The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@return The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.*/",
"getterMethodName" : "getAvailabilityOptions",
"getterModel" : {
"returnType" : "AvailabilityOptionsStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AvailabilityOptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityOptions",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AvailabilityOptions",
"setterDocumentation" : "/**The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.*/",
"setterMethodName" : "setAvailabilityOptions",
"setterModel" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : "",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"AvailabilityOptions" : {
"c2jName" : "AvailabilityOptions",
"c2jShape" : "AvailabilityOptionsStatus",
"deprecated" : false,
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withAvailabilityOptions",
"getterDocumentation" : "/**The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@return The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.*/",
"getterMethodName" : "getAvailabilityOptions",
"getterModel" : {
"returnType" : "AvailabilityOptionsStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "AvailabilityOptions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "AvailabilityOptions",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "AvailabilityOptions",
"setterDocumentation" : "/**The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.*/",
"setterMethodName" : "setAvailabilityOptions",
"setterModel" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : "",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
\n@param availabilityOptions The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "AvailabilityOptionsStatus",
"variableName" : "availabilityOptions",
"variableType" : "AvailabilityOptionsStatus",
"documentation" : "The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
",
"simpleType" : "AvailabilityOptionsStatus",
"variableSetterType" : "AvailabilityOptionsStatus"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeAvailabilityOptionsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DescribeAvailabilityOptionsResult"
},
"variable" : {
"variableDeclarationType" : "DescribeAvailabilityOptionsResult",
"variableName" : "describeAvailabilityOptionsResult",
"variableType" : "DescribeAvailabilityOptionsResult",
"documentation" : null,
"simpleType" : "DescribeAvailabilityOptionsResult",
"variableSetterType" : "DescribeAvailabilityOptionsResult"
},
"wrapper" : false
},
"DescribeDomainsRequest" : {
"c2jName" : "DescribeDomainsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DescribeDomains
operation. By default shows the status of all domains. To restrict the response to particular domains, specify the names of the domains you want to describe.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeDomains",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainNames",
"c2jShape" : "DomainNameList",
"deprecated" : false,
"documentation" : "The names of the domains you want to include in the response.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The names of the domains you want to include in the response.
\n@param domainNames The names of the domains you want to include in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainNames",
"getterDocumentation" : "/**The names of the domains you want to include in the response.
\n@return The names of the domains you want to include in the response.*/",
"getterMethodName" : "getDomainNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "DomainNames",
"setterDocumentation" : "/**The names of the domains you want to include in the response.
\n@param domainNames The names of the domains you want to include in the response.*/",
"setterMethodName" : "setDomainNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domainNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The names of the domains you want to include in the response.
\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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domainNames",
"variableType" : "java.util.List",
"documentation" : "The names of the domains you want to include in the response.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainNames" : {
"c2jName" : "DomainNames",
"c2jShape" : "DomainNameList",
"deprecated" : false,
"documentation" : "The names of the domains you want to include in the response.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The names of the domains you want to include in the response.
\n@param domainNames The names of the domains you want to include in the response.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainNames",
"getterDocumentation" : "/**The names of the domains you want to include in the response.
\n@return The names of the domains you want to include in the response.*/",
"getterMethodName" : "getDomainNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "DomainNames",
"setterDocumentation" : "/**The names of the domains you want to include in the response.
\n@param domainNames The names of the domains you want to include in the response.*/",
"setterMethodName" : "setDomainNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domainNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The names of the domains you want to include in the response.
\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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domainNames",
"variableType" : "java.util.List",
"documentation" : "The names of the domains you want to include in the response.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : null,
"shapeName" : "DescribeDomainsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeDomainsRequest",
"variableName" : "describeDomainsRequest",
"variableType" : "DescribeDomainsRequest",
"documentation" : null,
"simpleType" : "DescribeDomainsRequest",
"variableSetterType" : "DescribeDomainsRequest"
},
"wrapper" : false
},
"DescribeDomainsResult" : {
"c2jName" : "DescribeDomainsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DescribeDomains
request. Contains the status of the domains specified in the request or all domains owned by the account.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "DomainStatusList",
"c2jShape" : "DomainStatusList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainStatusList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainStatusList",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainStatusList",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainStatusList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatusList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DomainStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "member",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "member",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DomainStatus",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "DomainStatus",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "DomainStatusList",
"setterDocumentation" : "/**\n@param domainStatusList */",
"setterMethodName" : "setDomainStatusList",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domainStatusList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDomainStatusList(java.util.Collection)} or {@link #withDomainStatusList(java.util.Collection)} if you want to override the existing values.
\n@param domainStatusList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domainStatusList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"DomainStatusList" : {
"c2jName" : "DomainStatusList",
"c2jShape" : "DomainStatusList",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param domainStatusList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainStatusList",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getDomainStatusList",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainStatusList",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainStatusList",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DomainStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "DomainStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "member",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "DomainStatus",
"variableName" : "member",
"variableType" : "DomainStatus",
"documentation" : "",
"simpleType" : "DomainStatus",
"variableSetterType" : "DomainStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "DomainStatus",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "DomainStatus",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "DomainStatusList",
"setterDocumentation" : "/**\n@param domainStatusList */",
"setterMethodName" : "setDomainStatusList",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domainStatusList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**\nNOTE: This method appends the values to the existing list (if any). Use {@link #setDomainStatusList(java.util.Collection)} or {@link #withDomainStatusList(java.util.Collection)} if you want to override the existing values.
\n@param domainStatusList \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "domainStatusList",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainStatusList" ],
"shapeName" : "DescribeDomainsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DescribeDomainsResult"
},
"variable" : {
"variableDeclarationType" : "DescribeDomainsResult",
"variableName" : "describeDomainsResult",
"variableType" : "DescribeDomainsResult",
"documentation" : null,
"simpleType" : "DescribeDomainsResult",
"variableSetterType" : "DescribeDomainsResult"
},
"wrapper" : false
},
"DescribeExpressionsRequest" : {
"c2jName" : "DescribeExpressionsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DescribeDomains
operation. Specifies the name of the domain you want to describe. To restrict the response to particular expressions, specify the names of the expressions you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeExpressions",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "ExpressionNames",
"c2jShape" : "StandardNameList",
"deprecated" : false,
"documentation" : "Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
\n@param expressionNames Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpressionNames",
"getterDocumentation" : "/**Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
\n@return Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.*/",
"getterMethodName" : "getExpressionNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExpressionNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpressionNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ExpressionNames",
"setterDocumentation" : "/**Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
\n@param expressionNames Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.*/",
"setterMethodName" : "setExpressionNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "expressionNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
\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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "expressionNames",
"variableType" : "java.util.List",
"documentation" : "Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDeployed",
"getterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"getterMethodName" : "getDeployed",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Deployed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Deployed",
"setterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Deployed" : {
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDeployed",
"getterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"getterMethodName" : "getDeployed",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Deployed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Deployed",
"setterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"ExpressionNames" : {
"c2jName" : "ExpressionNames",
"c2jShape" : "StandardNameList",
"deprecated" : false,
"documentation" : "Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
\n@param expressionNames Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpressionNames",
"getterDocumentation" : "/**Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
\n@return Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.*/",
"getterMethodName" : "getExpressionNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "ExpressionNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "ExpressionNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "StandardName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "ExpressionNames",
"setterDocumentation" : "/**Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
\n@param expressionNames Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.*/",
"setterMethodName" : "setExpressionNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "expressionNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
\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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "expressionNames",
"variableType" : "java.util.List",
"documentation" : "Limits the DescribeExpressions
response to the specified expressions. If not specified, all expressions are shown.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "DescribeExpressionsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeExpressionsRequest",
"variableName" : "describeExpressionsRequest",
"variableType" : "DescribeExpressionsRequest",
"documentation" : null,
"simpleType" : "DescribeExpressionsRequest",
"variableSetterType" : "DescribeExpressionsRequest"
},
"wrapper" : false
},
"DescribeExpressionsResult" : {
"c2jName" : "DescribeExpressionsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DescribeExpressions
request. Contains the expressions configured for the domain specified in the request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "Expressions",
"c2jShape" : "ExpressionStatusList",
"deprecated" : false,
"documentation" : "The expressions configured for the domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The expressions configured for the domain.
\n@param expressions The expressions configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpressions",
"getterDocumentation" : "/**The expressions configured for the domain.
\n@return The expressions configured for the domain.*/",
"getterMethodName" : "getExpressions",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expressions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expressions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ExpressionStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "member",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "member",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ExpressionStatus",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ExpressionStatus",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Expressions",
"setterDocumentation" : "/**The expressions configured for the domain.
\n@param expressions The expressions configured for the domain.*/",
"setterMethodName" : "setExpressions",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "expressions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The expressions configured for the domain.
\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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "expressions",
"variableType" : "java.util.List",
"documentation" : "The expressions configured for the domain.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Expressions" : {
"c2jName" : "Expressions",
"c2jShape" : "ExpressionStatusList",
"deprecated" : false,
"documentation" : "The expressions configured for the domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The expressions configured for the domain.
\n@param expressions The expressions configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withExpressions",
"getterDocumentation" : "/**The expressions configured for the domain.
\n@return The expressions configured for the domain.*/",
"getterMethodName" : "getExpressions",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Expressions",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Expressions",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "ExpressionStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "ExpressionStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "member",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "ExpressionStatus",
"variableName" : "member",
"variableType" : "ExpressionStatus",
"documentation" : "",
"simpleType" : "ExpressionStatus",
"variableSetterType" : "ExpressionStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "ExpressionStatus",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "ExpressionStatus",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "Expressions",
"setterDocumentation" : "/**The expressions configured for the domain.
\n@param expressions The expressions configured for the domain.*/",
"setterMethodName" : "setExpressions",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "expressions",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**The expressions configured for the domain.
\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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "expressions",
"variableType" : "java.util.List",
"documentation" : "The expressions configured for the domain.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "Expressions" ],
"shapeName" : "DescribeExpressionsResult",
"unmarshaller" : {
"flattened" : false,
"resultWrapper" : "DescribeExpressionsResult"
},
"variable" : {
"variableDeclarationType" : "DescribeExpressionsResult",
"variableName" : "describeExpressionsResult",
"variableType" : "DescribeExpressionsResult",
"documentation" : null,
"simpleType" : "DescribeExpressionsResult",
"variableSetterType" : "DescribeExpressionsResult"
},
"wrapper" : false
},
"DescribeIndexFieldsRequest" : {
"c2jName" : "DescribeIndexFieldsRequest",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "Container for the parameters to the DescribeIndexFields
operation. Specifies the name of the domain you want to describe. To restrict the response to particular index fields, specify the names of the index fields you want to describe. To show the active configuration and exclude any pending changes, set the Deployed
option to true
.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : {
"action" : "DescribeIndexFields",
"locationName" : null,
"requestUri" : "/",
"target" : null,
"verb" : "POST",
"xmlNameSpaceUri" : null
},
"members" : [ {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "FieldNames",
"c2jShape" : "DynamicFieldNameList",
"deprecated" : false,
"documentation" : "A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFieldNames",
"getterDocumentation" : "/**A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
\n@return A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.*/",
"getterMethodName" : "getFieldNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FieldNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FieldNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DynamicFieldName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "FieldNames",
"setterDocumentation" : "/**A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.*/",
"setterMethodName" : "setFieldNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
\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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}, {
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDeployed",
"getterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"getterMethodName" : "getDeployed",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Deployed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Deployed",
"setterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
} ],
"membersAsMap" : {
"Deployed" : {
"c2jName" : "Deployed",
"c2jShape" : "Boolean",
"deprecated" : false,
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDeployed",
"getterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@return Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"getterMethodName" : "getDeployed",
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "Deployed",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "Deployed",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Deployed",
"setterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.*/",
"setterMethodName" : "setDeployed",
"setterModel" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"simple" : true,
"varargSetterDocumentation" : "/**Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
\n@param deployed Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "Boolean",
"variableName" : "deployed",
"variableType" : "Boolean",
"documentation" : "Whether to display the deployed configuration (true
) or include any pending changes (false
). Defaults to false
.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"xmlNameSpaceUri" : null
},
"DomainName" : {
"c2jName" : "DomainName",
"c2jShape" : "DomainName",
"deprecated" : false,
"documentation" : "The name of the domain you want to describe.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withDomainName",
"getterDocumentation" : "/**The name of the domain you want to describe.
\n@return The name of the domain you want to describe.*/",
"getterMethodName" : "getDomainName",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "DomainName",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "DomainName",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "DomainName",
"setterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.*/",
"setterMethodName" : "setDomainName",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**The name of the domain you want to describe.
\n@param domainName The name of the domain you want to describe.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "domainName",
"variableType" : "String",
"documentation" : "The name of the domain you want to describe.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"FieldNames" : {
"c2jName" : "FieldNames",
"c2jShape" : "DynamicFieldNameList",
"deprecated" : false,
"documentation" : "A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withFieldNames",
"getterDocumentation" : "/**A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
\n@return A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.*/",
"getterMethodName" : "getFieldNames",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "FieldNames",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "FieldNames",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "DynamicFieldName",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"simple" : true,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "String",
"variableName" : "member",
"variableType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "String",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"simpleType" : "String",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List"
},
"map" : false,
"mapModel" : null,
"name" : "FieldNames",
"setterDocumentation" : "/**A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
\n@param fieldNames A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.*/",
"setterMethodName" : "setFieldNames",
"setterModel" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"simple" : false,
"varargSetterDocumentation" : "/**A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
\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.*/",
"variable" : {
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"variableName" : "fieldNames",
"variableType" : "java.util.List",
"documentation" : "A list of the index fields you want to describe. If not specified, information is returned for all configured index fields.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"xmlNameSpaceUri" : null
}
},
"requestSignerAware" : false,
"requestSignerClassFqcn" : null,
"required" : [ "DomainName" ],
"shapeName" : "DescribeIndexFieldsRequest",
"unmarshaller" : null,
"variable" : {
"variableDeclarationType" : "DescribeIndexFieldsRequest",
"variableName" : "describeIndexFieldsRequest",
"variableType" : "DescribeIndexFieldsRequest",
"documentation" : null,
"simpleType" : "DescribeIndexFieldsRequest",
"variableSetterType" : "DescribeIndexFieldsRequest"
},
"wrapper" : false
},
"DescribeIndexFieldsResult" : {
"c2jName" : "DescribeIndexFieldsResponse",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingMarshaller" : false,
"skipGeneratingModelClass" : false,
"skipGeneratingUnmarshaller" : false
},
"deprecated" : false,
"documentation" : "The result of a DescribeIndexFields
request. Contains the index fields configured for the domain specified in the request.
",
"enums" : null,
"errorCode" : null,
"hasHeaderMember" : false,
"hasPayloadMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"marshaller" : null,
"members" : [ {
"c2jName" : "IndexFields",
"c2jShape" : "IndexFieldStatusList",
"deprecated" : false,
"documentation" : "The index fields configured for the domain.
",
"enumType" : null,
"fluentSetterDocumentation" : "/**The index fields configured for the domain.
\n@param indexFields The index fields configured for the domain.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withIndexFields",
"getterDocumentation" : "/**The index fields configured for the domain.
\n@return The index fields configured for the domain.*/",
"getterMethodName" : "getIndexFields",
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "IndexFields",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "IndexFields",
"uri" : false
},
"idempotencyToken" : false,
"list" : true,
"listModel" : {
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"c2jName" : "member",
"c2jShape" : "IndexFieldStatus",
"deprecated" : false,
"documentation" : "",
"enumType" : null,
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"fluentSetterMethodName" : "withMember",
"getterDocumentation" : "/**\n@return */",
"getterMethodName" : "getMember",
"getterModel" : {
"returnType" : "IndexFieldStatus",
"documentation" : null
},
"http" : {
"additionalMarshallingPath" : null,
"additionalUnmarshallingPath" : null,
"flattened" : false,
"greedy" : false,
"header" : false,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"marshallLocationName" : "member",
"queryString" : false,
"statusCode" : false,
"unmarshallLocationName" : "member",
"uri" : false
},
"idempotencyToken" : false,
"list" : false,
"listModel" : null,
"map" : false,
"mapModel" : null,
"name" : "Member",
"setterDocumentation" : "/**\n@param member */",
"setterMethodName" : "setMember",
"setterModel" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "member",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"simple" : false,
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"variable" : {
"variableDeclarationType" : "IndexFieldStatus",
"variableName" : "member",
"variableType" : "IndexFieldStatus",
"documentation" : "",
"simpleType" : "IndexFieldStatus",
"variableSetterType" : "IndexFieldStatus"
},
"xmlNameSpaceUri" : null
},
"memberLocationName" : null,
"memberType" : "IndexFieldStatus",
"map" : false,
"marshallNonAutoConstructedEmptyLists" : false,
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"simpleType" : "IndexFieldStatus",
"templateImplType" : "com.amazonaws.internal.SdkInternalList",
"templateType" : "java.util.List