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

models.polly-2016-06-10-intermediate.json Maven / Gradle / Ivy

{
  "customizationConfig" : {
    "additionalShapeConstructors" : null,
    "authPolicyActions" : null,
    "calculateCRC32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customClientConfigFactory" : null,
    "customCodeTemplates" : null,
    "customErrorCodeFieldName" : null,
    "customExceptionUnmarshallerImpl" : null,
    "customFileHeader" : null,
    "customResponseMetadataClassName" : null,
    "customServiceMetadata" : null,
    "customServiceNameForRequest" : null,
    "customSignerProvider" : null,
    "operationModifiers" : null,
    "operationsWithResponseStreamContentLengthValidation" : null,
    "presignersFqcn" : null,
    "renameShapes" : null,
    "requestMetrics" : null,
    "requiredParamValidationEnabled" : false,
    "sdkModeledExceptionBaseClassName" : null,
    "sendEmptyAutoConstructedListAsEmptyList" : null,
    "sendExplicitlyEmptyListsForQuery" : false,
    "serviceClientHoldInputStream" : false,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "simpleMethods" : null,
    "skipInterfaceAdditions" : false,
    "skipSmokeTests" : false,
    "useAutoConstructList" : false,
    "useAutoConstructMap" : false
  },
  "metadata" : {
    "apiVersion" : "2016-06-10",
    "asyncClient" : "AmazonPollyAsyncClient",
    "asyncClientBuilderClassName" : "AmazonPollyAsyncClientBuilder",
    "asyncInterface" : "AmazonPollyAsync",
    "cborProtocol" : false,
    "checksumFormat" : null,
    "contentType" : "",
    "cucumberModuleInjectorClassName" : "AmazonPollyModuleInjector",
    "defaultEndpoint" : "polly.us-east-1.amazonaws.com",
    "defaultEndpointWithoutHttpProtocol" : "polly.us-east-1.amazonaws.com",
    "documentation" : "

Amazon Polly is a web service that makes it easy to synthesize speech from text.

The Amazon Polly service provides API operations for synthesizing high-quality speech from plain text and Speech Synthesis Markup Language (SSML), along with managing pronunciations lexicons that enable you to get the best results for your application domain.

", "endpointPrefix" : "polly", "hasApiWithStreamInput" : false, "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "packageName" : "com.amazonaws.services.polly", "packagePath" : "com/amazonaws/services/polly", "protocol" : "rest-json", "protocolDefaultExceptionUmarshallerImpl" : null, "requestBaseFqcn" : "com.amazonaws.AmazonWebServiceRequest", "serviceAbbreviation" : null, "serviceFullName" : "Amazon Polly", "serviceName" : "Amazon Polly", "signingName" : "polly", "smokeTestsPackageName" : "com.amazonaws.services.polly.smoketests", "syncClient" : "AmazonPollyClient", "syncClientBuilderClassName" : "AmazonPollyClientBuilder", "syncInterface" : "AmazonPolly", "unmarshallerClassSuffix" : "JsonUnmarshaller", "unmarshallerContextClassName" : "JsonUnmarshallerContext", "xmlProtocol" : false }, "operations" : { "DeleteLexicon" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DeleteLexiconResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Deletes the specified pronunciation lexicon stored in an AWS Region. A lexicon which has been deleted is not available for speech synthesis, nor is it possible to retrieve it using either the GetLexicon or ListLexicon APIs.

For more information, see Managing Lexicons.

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

Amazon Polly can't find the specified lexicon. This could be caused by a lexicon that is missing, its name is misspelled or specifying a lexicon that is in a different region.

Verify that the lexicon exists, is in the region (see ListLexicons) and that you spelled its name is spelled correctly. Then try again.

" }, { "exceptionName" : "ServiceFailureException", "documentation" : "

An unknown condition has caused a service failure.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DeleteLexiconRequest", "variableName" : "deleteLexiconRequest", "variableType" : "DeleteLexiconRequest", "documentation" : "", "simpleType" : "DeleteLexiconRequest", "variableSetterType" : "DeleteLexiconRequest" }, "inputStreamPropertyName" : null, "methodName" : "deleteLexicon", "operationName" : "DeleteLexicon", "returnType" : { "returnType" : "DeleteLexiconResult", "documentation" : null }, "syncReturnType" : "DeleteLexiconResult" }, "DescribeVoices" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "DescribeVoicesResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the list of voices that are available for use when requesting speech synthesis. Each voice speaks a specified language, is either male or female, and is identified by an ID, which is the ASCII version of the voice name.

When synthesizing speech ( SynthesizeSpeech ), you provide the voice ID for the voice you want from the list of voices returned by DescribeVoices.

For example, you want your news reader application to read news in a specific language, but giving a user the option to choose the voice. Using the DescribeVoices operation you can provide the user with a list of available voices to select from.

You can optionally specify a language code to filter the available voices. For example, if you specify en-US, the operation returns a list of all available US English voices.

This operation requires permissions to perform the polly:DescribeVoices action.

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

The NextToken is invalid. Verify that it's spelled correctly, and then try again.

" }, { "exceptionName" : "ServiceFailureException", "documentation" : "

An unknown condition has caused a service failure.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "DescribeVoicesRequest", "variableName" : "describeVoicesRequest", "variableType" : "DescribeVoicesRequest", "documentation" : "", "simpleType" : "DescribeVoicesRequest", "variableSetterType" : "DescribeVoicesRequest" }, "inputStreamPropertyName" : null, "methodName" : "describeVoices", "operationName" : "DescribeVoices", "returnType" : { "returnType" : "DescribeVoicesResult", "documentation" : null }, "syncReturnType" : "DescribeVoicesResult" }, "GetLexicon" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "GetLexiconResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns the content of the specified pronunciation lexicon stored in an AWS Region. For more information, see Managing Lexicons.

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

Amazon Polly can't find the specified lexicon. This could be caused by a lexicon that is missing, its name is misspelled or specifying a lexicon that is in a different region.

Verify that the lexicon exists, is in the region (see ListLexicons) and that you spelled its name is spelled correctly. Then try again.

" }, { "exceptionName" : "ServiceFailureException", "documentation" : "

An unknown condition has caused a service failure.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "GetLexiconRequest", "variableName" : "getLexiconRequest", "variableType" : "GetLexiconRequest", "documentation" : "", "simpleType" : "GetLexiconRequest", "variableSetterType" : "GetLexiconRequest" }, "inputStreamPropertyName" : null, "methodName" : "getLexicon", "operationName" : "GetLexicon", "returnType" : { "returnType" : "GetLexiconResult", "documentation" : null }, "syncReturnType" : "GetLexiconResult" }, "ListLexicons" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "ListLexiconsResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Returns a list of pronunciation lexicons stored in an AWS Region. For more information, see Managing Lexicons.

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

The NextToken is invalid. Verify that it's spelled correctly, and then try again.

" }, { "exceptionName" : "ServiceFailureException", "documentation" : "

An unknown condition has caused a service failure.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "ListLexiconsRequest", "variableName" : "listLexiconsRequest", "variableType" : "ListLexiconsRequest", "documentation" : "", "simpleType" : "ListLexiconsRequest", "variableSetterType" : "ListLexiconsRequest" }, "inputStreamPropertyName" : null, "methodName" : "listLexicons", "operationName" : "ListLexicons", "returnType" : { "returnType" : "ListLexiconsResult", "documentation" : null }, "syncReturnType" : "ListLexiconsResult" }, "PutLexicon" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "PutLexiconResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Stores a pronunciation lexicon in an AWS Region. If a lexicon with the same name already exists in the region, it is overwritten by the new lexicon. Lexicon operations have eventual consistency, therefore, it might take some time before the lexicon is available to the SynthesizeSpeech operation.

For more information, see Managing Lexicons.

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

Amazon Polly can't find the specified lexicon. Verify that the lexicon's name is spelled correctly, and then try again.

" }, { "exceptionName" : "UnsupportedPlsAlphabetException", "documentation" : "

The alphabet specified by the lexicon is not a supported alphabet. Valid values are x-sampa and ipa.

" }, { "exceptionName" : "UnsupportedPlsLanguageException", "documentation" : "

The language specified in the lexicon is unsupported. For a list of supported languages, see Lexicon Attributes.

" }, { "exceptionName" : "LexiconSizeExceededException", "documentation" : "

The maximum size of the specified lexicon would be exceeded by this operation.

" }, { "exceptionName" : "MaxLexemeLengthExceededException", "documentation" : "

The maximum size of the lexeme would be exceeded by this operation.

" }, { "exceptionName" : "MaxLexiconsNumberExceededException", "documentation" : "

The maximum number of lexicons would be exceeded by this operation.

" }, { "exceptionName" : "ServiceFailureException", "documentation" : "

An unknown condition has caused a service failure.

" } ], "hasBlobMemberAsPayload" : false, "input" : { "variableDeclarationType" : "PutLexiconRequest", "variableName" : "putLexiconRequest", "variableType" : "PutLexiconRequest", "documentation" : "", "simpleType" : "PutLexiconRequest", "variableSetterType" : "PutLexiconRequest" }, "inputStreamPropertyName" : null, "methodName" : "putLexicon", "operationName" : "PutLexicon", "returnType" : { "returnType" : "PutLexiconResult", "documentation" : null }, "syncReturnType" : "PutLexiconResult" }, "SynthesizeSpeech" : { "asyncCallableType" : "java.util.concurrent.Callable", "asyncFutureType" : "java.util.concurrent.Future", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "asyncReturnType" : "SynthesizeSpeechResult", "authenticated" : true, "deprecated" : false, "documentation" : "

Synthesizes UTF-8 input, plain text or SSML, to a stream of bytes. SSML input must be valid, well-formed SSML. Some alphabets might not be available with all the voices (for example, Cyrillic might not be read at all by English voices) unless phoneme mapping is used. For more information, see How it Works.

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

The value of the \"Text\" parameter is longer than the accepted limits. The limit for input text is a maximum of 3000 characters total, of which no more than 1500 can be billed characters. SSML tags are not counted as billed characters.

" }, { "exceptionName" : "InvalidSampleRateException", "documentation" : "

The specified sample rate is not valid.

" }, { "exceptionName" : "InvalidSsmlException", "documentation" : "

The SSML you provided is invalid. Verify the SSML syntax, spelling of tags and values, and then try again.

" }, { "exceptionName" : "LexiconNotFoundException", "documentation" : "

Amazon Polly can't find the specified lexicon. This could be caused by a lexicon that is missing, its name is misspelled or specifying a lexicon that is in a different region.

Verify that the lexicon exists, is in the region (see ListLexicons) and that you spelled its name is spelled correctly. Then try again.

" }, { "exceptionName" : "ServiceFailureException", "documentation" : "

An unknown condition has caused a service failure.

" } ], "hasBlobMemberAsPayload" : true, "input" : { "variableDeclarationType" : "SynthesizeSpeechRequest", "variableName" : "synthesizeSpeechRequest", "variableType" : "SynthesizeSpeechRequest", "documentation" : "", "simpleType" : "SynthesizeSpeechRequest", "variableSetterType" : "SynthesizeSpeechRequest" }, "inputStreamPropertyName" : null, "methodName" : "synthesizeSpeech", "operationName" : "SynthesizeSpeech", "returnType" : { "returnType" : "SynthesizeSpeechResult", "documentation" : null }, "syncReturnType" : "SynthesizeSpeechResult" } }, "shapes" : { "DeleteLexiconRequest" : { "c2jName" : "DeleteLexiconInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : true, "marshaller" : { "action" : "DeleteLexicon", "locationName" : null, "requestUri" : "/v1/lexicons/{LexiconName}", "target" : null, "verb" : "DELETE", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "LexiconName", "deprecated" : false, "documentation" : "

The name of the lexicon to delete. Must be an existing lexicon in the region.

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

The name of the lexicon to delete. Must be an existing lexicon in the region.

\n@param name The name of the lexicon to delete. Must be an existing lexicon in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the lexicon to delete. Must be an existing lexicon in the region.

\n@return The name of the lexicon to delete. Must be an existing lexicon in the region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "LexiconName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexiconName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The name of the lexicon to delete. Must be an existing lexicon in the region.

\n@param name The name of the lexicon to delete. Must be an existing lexicon in the region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the lexicon to delete. Must be an existing lexicon in the region.

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

The name of the lexicon to delete. Must be an existing lexicon in the region.

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

The name of the lexicon to delete. Must be an existing lexicon in the region.

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

The name of the lexicon to delete. Must be an existing lexicon in the region.

\n@param name The name of the lexicon to delete. Must be an existing lexicon in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The name of the lexicon to delete. Must be an existing lexicon in the region.

\n@return The name of the lexicon to delete. Must be an existing lexicon in the region.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "LexiconName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexiconName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

The name of the lexicon to delete. Must be an existing lexicon in the region.

\n@param name The name of the lexicon to delete. Must be an existing lexicon in the region.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The name of the lexicon to delete. Must be an existing lexicon in the region.

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

The name of the lexicon to delete. Must be an existing lexicon in the region.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Name" ], "shapeName" : "DeleteLexiconRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DeleteLexiconRequest", "variableName" : "deleteLexiconRequest", "variableType" : "DeleteLexiconRequest", "documentation" : null, "simpleType" : "DeleteLexiconRequest", "variableSetterType" : "DeleteLexiconRequest" }, "wrapper" : false }, "DeleteLexiconResult" : { "c2jName" : "DeleteLexiconOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "DeleteLexiconResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DeleteLexiconResult", "variableName" : "deleteLexiconResult", "variableType" : "DeleteLexiconResult", "documentation" : null, "simpleType" : "DeleteLexiconResult", "variableSetterType" : "DeleteLexiconResult" }, "wrapper" : false }, "DescribeVoicesRequest" : { "c2jName" : "DescribeVoicesInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "DescribeVoices", "locationName" : null, "requestUri" : "/v1/voices", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LanguageCode", "c2jShape" : "LanguageCode", "deprecated" : false, "documentation" : "

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

", "enumType" : "LanguageCode", "fluentSetterDocumentation" : "/**

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

\n@param languageCode The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "getterDocumentation" : "/**

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

\n@return The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.\n@see LanguageCode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "LanguageCode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LanguageCode", "setterDocumentation" : "/**

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

\n@param languageCode The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.\n@see LanguageCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

\n@param languageCode The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

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

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

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

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

\n@param nextToken An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

\n@return An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "NextToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

\n@param nextToken An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

\n@param nextToken An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

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

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

", "enumType" : "LanguageCode", "fluentSetterDocumentation" : "/**

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

\n@param languageCode The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "getterDocumentation" : "/**

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

\n@return The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.\n@see LanguageCode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "LanguageCode", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LanguageCode", "setterDocumentation" : "/**

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

\n@param languageCode The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.\n@see LanguageCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

\n@param languageCode The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.

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

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

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

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

\n@param nextToken An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

\n@return An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "NextToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

\n@param nextToken An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

\n@param nextToken An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

An opaque pagination token returned from the previous DescribeVoices operation. If present, this indicates where to continue the listing.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeVoicesRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "DescribeVoicesRequest", "variableName" : "describeVoicesRequest", "variableType" : "DescribeVoicesRequest", "documentation" : null, "simpleType" : "DescribeVoicesRequest", "variableSetterType" : "DescribeVoicesRequest" }, "wrapper" : false }, "DescribeVoicesResult" : { "c2jName" : "DescribeVoicesOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Voices", "c2jShape" : "VoiceList", "deprecated" : false, "documentation" : "

A list of voices with their properties.

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

A list of voices with their properties.

\n@param voices A list of voices with their properties.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of voices with their properties.

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

A list of voices with their properties.

\n@param voices A list of voices with their properties.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "voices", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of voices with their properties.

\n

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

\n@param voices A list of voices with their properties.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "voices", "variableType" : "java.util.List", "documentation" : "

A list of voices with their properties.

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

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

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

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

\n@return The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

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

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

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

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

\n@return The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use in the next request to continue the listing of voices. NextToken is returned only if the response is truncated.

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

A list of voices with their properties.

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

A list of voices with their properties.

\n@param voices A list of voices with their properties.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of voices with their properties.

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

A list of voices with their properties.

\n@param voices A list of voices with their properties.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "voices", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of voices with their properties.

\n

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

\n@param voices A list of voices with their properties.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "voices", "variableType" : "java.util.List", "documentation" : "

A list of voices with their properties.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "DescribeVoicesResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "DescribeVoicesResult", "variableName" : "describeVoicesResult", "variableType" : "DescribeVoicesResult", "documentation" : null, "simpleType" : "DescribeVoicesResult", "variableSetterType" : "DescribeVoicesResult" }, "wrapper" : false }, "Gender" : { "c2jName" : "Gender", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Female", "value" : "Female" }, { "name" : "Male", "value" : "Male" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "Gender", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Gender", "variableName" : "gender", "variableType" : "Gender", "documentation" : null, "simpleType" : "Gender", "variableSetterType" : "Gender" }, "wrapper" : false }, "GetLexiconRequest" : { "c2jName" : "GetLexiconInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : true, "marshaller" : { "action" : "GetLexicon", "locationName" : null, "requestUri" : "/v1/lexicons/{LexiconName}", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "LexiconName", "deprecated" : false, "documentation" : "

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

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

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Name" ], "shapeName" : "GetLexiconRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "GetLexiconRequest", "variableName" : "getLexiconRequest", "variableType" : "GetLexiconRequest", "documentation" : null, "simpleType" : "GetLexiconRequest", "variableSetterType" : "GetLexiconRequest" }, "wrapper" : false }, "GetLexiconResult" : { "c2jName" : "GetLexiconOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Lexicon", "c2jShape" : "Lexicon", "deprecated" : false, "documentation" : "

Lexicon object that provides name and the string content of the lexicon.

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

Lexicon object that provides name and the string content of the lexicon.

\n@param lexicon Lexicon object that provides name and the string content of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lexicon object that provides name and the string content of the lexicon.

\n@return Lexicon object that provides name and the string content of the lexicon.*/", "getterModel" : { "returnType" : "Lexicon", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Lexicon", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Lexicon", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Lexicon", "setterDocumentation" : "/**

Lexicon object that provides name and the string content of the lexicon.

\n@param lexicon Lexicon object that provides name and the string content of the lexicon.*/", "setterModel" : { "variableDeclarationType" : "Lexicon", "variableName" : "lexicon", "variableType" : "Lexicon", "documentation" : "", "simpleType" : "Lexicon", "variableSetterType" : "Lexicon" }, "simple" : false, "varargSetterDocumentation" : "/**

Lexicon object that provides name and the string content of the lexicon.

\n@param lexicon Lexicon object that provides name and the string content of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Lexicon", "variableName" : "lexicon", "variableType" : "Lexicon", "documentation" : "

Lexicon object that provides name and the string content of the lexicon.

", "simpleType" : "Lexicon", "variableSetterType" : "Lexicon" }, "xmlNameSpaceUri" : null }, { "c2jName" : "LexiconAttributes", "c2jShape" : "LexiconAttributes", "deprecated" : false, "documentation" : "

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

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

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

\n@param lexiconAttributes Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

\n@return Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.*/", "getterModel" : { "returnType" : "LexiconAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LexiconAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexiconAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LexiconAttributes", "setterDocumentation" : "/**

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

\n@param lexiconAttributes Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.*/", "setterModel" : { "variableDeclarationType" : "LexiconAttributes", "variableName" : "lexiconAttributes", "variableType" : "LexiconAttributes", "documentation" : "", "simpleType" : "LexiconAttributes", "variableSetterType" : "LexiconAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

\n@param lexiconAttributes Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LexiconAttributes", "variableName" : "lexiconAttributes", "variableType" : "LexiconAttributes", "documentation" : "

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

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

Lexicon object that provides name and the string content of the lexicon.

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

Lexicon object that provides name and the string content of the lexicon.

\n@param lexicon Lexicon object that provides name and the string content of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lexicon object that provides name and the string content of the lexicon.

\n@return Lexicon object that provides name and the string content of the lexicon.*/", "getterModel" : { "returnType" : "Lexicon", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Lexicon", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Lexicon", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Lexicon", "setterDocumentation" : "/**

Lexicon object that provides name and the string content of the lexicon.

\n@param lexicon Lexicon object that provides name and the string content of the lexicon.*/", "setterModel" : { "variableDeclarationType" : "Lexicon", "variableName" : "lexicon", "variableType" : "Lexicon", "documentation" : "", "simpleType" : "Lexicon", "variableSetterType" : "Lexicon" }, "simple" : false, "varargSetterDocumentation" : "/**

Lexicon object that provides name and the string content of the lexicon.

\n@param lexicon Lexicon object that provides name and the string content of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Lexicon", "variableName" : "lexicon", "variableType" : "Lexicon", "documentation" : "

Lexicon object that provides name and the string content of the lexicon.

", "simpleType" : "Lexicon", "variableSetterType" : "Lexicon" }, "xmlNameSpaceUri" : null }, "LexiconAttributes" : { "c2jName" : "LexiconAttributes", "c2jShape" : "LexiconAttributes", "deprecated" : false, "documentation" : "

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

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

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

\n@param lexiconAttributes Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

\n@return Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.*/", "getterModel" : { "returnType" : "LexiconAttributes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LexiconAttributes", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexiconAttributes", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LexiconAttributes", "setterDocumentation" : "/**

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

\n@param lexiconAttributes Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.*/", "setterModel" : { "variableDeclarationType" : "LexiconAttributes", "variableName" : "lexiconAttributes", "variableType" : "LexiconAttributes", "documentation" : "", "simpleType" : "LexiconAttributes", "variableSetterType" : "LexiconAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

\n@param lexiconAttributes Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LexiconAttributes", "variableName" : "lexiconAttributes", "variableType" : "LexiconAttributes", "documentation" : "

Metadata of the lexicon, including phonetic alphabetic used, language code, lexicon ARN, number of lexemes defined in the lexicon, and size of lexicon in bytes.

", "simpleType" : "LexiconAttributes", "variableSetterType" : "LexiconAttributes" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "GetLexiconResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "GetLexiconResult", "variableName" : "getLexiconResult", "variableType" : "GetLexiconResult", "documentation" : null, "simpleType" : "GetLexiconResult", "variableSetterType" : "GetLexiconResult" }, "wrapper" : false }, "InvalidLexiconException" : { "c2jName" : "InvalidLexiconException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Amazon Polly can't find the specified lexicon. Verify that the lexicon's name is spelled correctly, and then try again.

", "enums" : null, "errorCode" : "InvalidLexiconException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidLexiconException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidLexiconException", "variableName" : "invalidLexiconException", "variableType" : "InvalidLexiconException", "documentation" : null, "simpleType" : "InvalidLexiconException", "variableSetterType" : "InvalidLexiconException" }, "wrapper" : false }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The NextToken is invalid. Verify that it's spelled correctly, and then try again.

", "enums" : null, "errorCode" : "InvalidNextTokenException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidNextTokenException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidNextTokenException", "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "wrapper" : false }, "InvalidSampleRateException" : { "c2jName" : "InvalidSampleRateException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The specified sample rate is not valid.

", "enums" : null, "errorCode" : "InvalidSampleRateException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidSampleRateException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSampleRateException", "variableName" : "invalidSampleRateException", "variableType" : "InvalidSampleRateException", "documentation" : null, "simpleType" : "InvalidSampleRateException", "variableSetterType" : "InvalidSampleRateException" }, "wrapper" : false }, "InvalidSsmlException" : { "c2jName" : "InvalidSsmlException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The SSML you provided is invalid. Verify the SSML syntax, spelling of tags and values, and then try again.

", "enums" : null, "errorCode" : "InvalidSsmlException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "InvalidSsmlException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvalidSsmlException", "variableName" : "invalidSsmlException", "variableType" : "InvalidSsmlException", "documentation" : null, "simpleType" : "InvalidSsmlException", "variableSetterType" : "InvalidSsmlException" }, "wrapper" : false }, "LanguageCode" : { "c2jName" : "LanguageCode", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "CyGB", "value" : "cy-GB" }, { "name" : "DaDK", "value" : "da-DK" }, { "name" : "DeDE", "value" : "de-DE" }, { "name" : "EnAU", "value" : "en-AU" }, { "name" : "EnGB", "value" : "en-GB" }, { "name" : "EnGBWLS", "value" : "en-GB-WLS" }, { "name" : "EnIN", "value" : "en-IN" }, { "name" : "EnUS", "value" : "en-US" }, { "name" : "EsES", "value" : "es-ES" }, { "name" : "EsUS", "value" : "es-US" }, { "name" : "FrCA", "value" : "fr-CA" }, { "name" : "FrFR", "value" : "fr-FR" }, { "name" : "IsIS", "value" : "is-IS" }, { "name" : "ItIT", "value" : "it-IT" }, { "name" : "JaJP", "value" : "ja-JP" }, { "name" : "NbNO", "value" : "nb-NO" }, { "name" : "NlNL", "value" : "nl-NL" }, { "name" : "PlPL", "value" : "pl-PL" }, { "name" : "PtBR", "value" : "pt-BR" }, { "name" : "PtPT", "value" : "pt-PT" }, { "name" : "RoRO", "value" : "ro-RO" }, { "name" : "RuRU", "value" : "ru-RU" }, { "name" : "SvSE", "value" : "sv-SE" }, { "name" : "TrTR", "value" : "tr-TR" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "LanguageCode", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LanguageCode", "variableName" : "languageCode", "variableType" : "LanguageCode", "documentation" : null, "simpleType" : "LanguageCode", "variableSetterType" : "LanguageCode" }, "wrapper" : false }, "Lexicon" : { "c2jName" : "Lexicon", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Provides lexicon name and lexicon content in string format. For more information, see Pronunciation Lexicon Specification (PLS) Version 1.0.

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

Lexicon content in string format. The content of a lexicon must be in PLS format.

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

Lexicon content in string format. The content of a lexicon must be in PLS format.

\n@param content Lexicon content in string format. The content of a lexicon must be in PLS format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lexicon content in string format. The content of a lexicon must be in PLS format.

\n@return Lexicon content in string format. The content of a lexicon must be in PLS format.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Content", "setterDocumentation" : "/**

Lexicon content in string format. The content of a lexicon must be in PLS format.

\n@param content Lexicon content in string format. The content of a lexicon must be in PLS format.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lexicon content in string format. The content of a lexicon must be in PLS format.

\n@param content Lexicon content in string format. The content of a lexicon must be in PLS format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

Lexicon content in string format. The content of a lexicon must be in PLS format.

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

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

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

Lexicon content in string format. The content of a lexicon must be in PLS format.

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

Lexicon content in string format. The content of a lexicon must be in PLS format.

\n@param content Lexicon content in string format. The content of a lexicon must be in PLS format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Lexicon content in string format. The content of a lexicon must be in PLS format.

\n@return Lexicon content in string format. The content of a lexicon must be in PLS format.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Content", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Content", "setterDocumentation" : "/**

Lexicon content in string format. The content of a lexicon must be in PLS format.

\n@param content Lexicon content in string format. The content of a lexicon must be in PLS format.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Lexicon content in string format. The content of a lexicon must be in PLS format.

\n@param content Lexicon content in string format. The content of a lexicon must be in PLS format.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

Lexicon content in string format. The content of a lexicon must be in PLS format.

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

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

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

Contains metadata describing the lexicon such as the number of lexemes, language code, and so on. For more information, see Managing Lexicons.

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

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

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

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

\n@param alphabet Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

\n@return Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Alphabet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Alphabet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Alphabet", "setterDocumentation" : "/**

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

\n@param alphabet Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alphabet", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

\n@param alphabet Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "alphabet", "variableType" : "String", "documentation" : "

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

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

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

", "enumType" : "LanguageCode", "fluentSetterDocumentation" : "/**

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

\n@param languageCode Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "getterDocumentation" : "/**

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

\n@return Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.\n@see LanguageCode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LanguageCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LanguageCode", "setterDocumentation" : "/**

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

\n@param languageCode Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.\n@see LanguageCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

\n@param languageCode Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

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

Date lexicon was last modified (a timestamp value).

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

Date lexicon was last modified (a timestamp value).

\n@param lastModified Date lexicon was last modified (a timestamp value).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Date lexicon was last modified (a timestamp value).

\n@return Date lexicon was last modified (a timestamp value).*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

Date lexicon was last modified (a timestamp value).

\n@param lastModified Date lexicon was last modified (a timestamp value).*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

Date lexicon was last modified (a timestamp value).

\n@param lastModified Date lexicon was last modified (a timestamp value).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

Date lexicon was last modified (a timestamp value).

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

Amazon Resource Name (ARN) of the lexicon.

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

Amazon Resource Name (ARN) of the lexicon.

\n@param lexiconArn Amazon Resource Name (ARN) of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Amazon Resource Name (ARN) of the lexicon.

\n@return Amazon Resource Name (ARN) of the lexicon.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LexiconArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexiconArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LexiconArn", "setterDocumentation" : "/**

Amazon Resource Name (ARN) of the lexicon.

\n@param lexiconArn Amazon Resource Name (ARN) of the lexicon.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lexiconArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Amazon Resource Name (ARN) of the lexicon.

\n@param lexiconArn Amazon Resource Name (ARN) of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lexiconArn", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) of the lexicon.

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

Number of lexemes in the lexicon.

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

Number of lexemes in the lexicon.

\n@param lexemesCount Number of lexemes in the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Number of lexemes in the lexicon.

\n@return Number of lexemes in the lexicon.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LexemesCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexemesCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LexemesCount", "setterDocumentation" : "/**

Number of lexemes in the lexicon.

\n@param lexemesCount Number of lexemes in the lexicon.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "lexemesCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Number of lexemes in the lexicon.

\n@param lexemesCount Number of lexemes in the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "lexemesCount", "variableType" : "Integer", "documentation" : "

Number of lexemes in the lexicon.

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

Total size of the lexicon, in characters.

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

Total size of the lexicon, in characters.

\n@param size Total size of the lexicon, in characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Total size of the lexicon, in characters.

\n@return Total size of the lexicon, in characters.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Size", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Size", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Size", "setterDocumentation" : "/**

Total size of the lexicon, in characters.

\n@param size Total size of the lexicon, in characters.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "size", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Total size of the lexicon, in characters.

\n@param size Total size of the lexicon, in characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "size", "variableType" : "Integer", "documentation" : "

Total size of the lexicon, in characters.

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

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

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

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

\n@param alphabet Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

\n@return Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Alphabet", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Alphabet", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Alphabet", "setterDocumentation" : "/**

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

\n@param alphabet Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "alphabet", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

\n@param alphabet Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "alphabet", "variableType" : "String", "documentation" : "

Phonetic alphabet used in the lexicon. Valid values are ipa and x-sampa.

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

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

", "enumType" : "LanguageCode", "fluentSetterDocumentation" : "/**

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

\n@param languageCode Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "getterDocumentation" : "/**

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

\n@return Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.\n@see LanguageCode*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LanguageCode", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LanguageCode", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LanguageCode", "setterDocumentation" : "/**

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

\n@param languageCode Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.\n@see LanguageCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

\n@param languageCode Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

Language code that the lexicon applies to. A lexicon with a language code such as \"en\" would be applied to all English languages (en-GB, en-US, en-AUS, en-WLS, and so on.

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

Date lexicon was last modified (a timestamp value).

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

Date lexicon was last modified (a timestamp value).

\n@param lastModified Date lexicon was last modified (a timestamp value).\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Date lexicon was last modified (a timestamp value).

\n@return Date lexicon was last modified (a timestamp value).*/", "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LastModified", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LastModified", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LastModified", "setterDocumentation" : "/**

Date lexicon was last modified (a timestamp value).

\n@param lastModified Date lexicon was last modified (a timestamp value).*/", "setterModel" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "simple" : true, "varargSetterDocumentation" : "/**

Date lexicon was last modified (a timestamp value).

\n@param lastModified Date lexicon was last modified (a timestamp value).\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.Date", "variableName" : "lastModified", "variableType" : "java.util.Date", "documentation" : "

Date lexicon was last modified (a timestamp value).

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

Number of lexemes in the lexicon.

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

Number of lexemes in the lexicon.

\n@param lexemesCount Number of lexemes in the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Number of lexemes in the lexicon.

\n@return Number of lexemes in the lexicon.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LexemesCount", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexemesCount", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LexemesCount", "setterDocumentation" : "/**

Number of lexemes in the lexicon.

\n@param lexemesCount Number of lexemes in the lexicon.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "lexemesCount", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Number of lexemes in the lexicon.

\n@param lexemesCount Number of lexemes in the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "lexemesCount", "variableType" : "Integer", "documentation" : "

Number of lexemes in the lexicon.

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

Amazon Resource Name (ARN) of the lexicon.

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

Amazon Resource Name (ARN) of the lexicon.

\n@param lexiconArn Amazon Resource Name (ARN) of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Amazon Resource Name (ARN) of the lexicon.

\n@return Amazon Resource Name (ARN) of the lexicon.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LexiconArn", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexiconArn", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "LexiconArn", "setterDocumentation" : "/**

Amazon Resource Name (ARN) of the lexicon.

\n@param lexiconArn Amazon Resource Name (ARN) of the lexicon.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "lexiconArn", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Amazon Resource Name (ARN) of the lexicon.

\n@param lexiconArn Amazon Resource Name (ARN) of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "lexiconArn", "variableType" : "String", "documentation" : "

Amazon Resource Name (ARN) of the lexicon.

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

Total size of the lexicon, in characters.

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

Total size of the lexicon, in characters.

\n@param size Total size of the lexicon, in characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Total size of the lexicon, in characters.

\n@return Total size of the lexicon, in characters.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Size", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Size", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Size", "setterDocumentation" : "/**

Total size of the lexicon, in characters.

\n@param size Total size of the lexicon, in characters.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "size", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Total size of the lexicon, in characters.

\n@param size Total size of the lexicon, in characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "size", "variableType" : "Integer", "documentation" : "

Total size of the lexicon, in characters.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "LexiconAttributes", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "LexiconAttributes", "variableName" : "lexiconAttributes", "variableType" : "LexiconAttributes", "documentation" : null, "simpleType" : "LexiconAttributes", "variableSetterType" : "LexiconAttributes" }, "wrapper" : false }, "LexiconDescription" : { "c2jName" : "LexiconDescription", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Describes the content of the lexicon.

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

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

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

Provides lexicon metadata.

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

Provides lexicon metadata.

\n@param attributes Provides lexicon metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Provides lexicon metadata.

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

Provides lexicon metadata.

\n@param attributes Provides lexicon metadata.*/", "setterModel" : { "variableDeclarationType" : "LexiconAttributes", "variableName" : "attributes", "variableType" : "LexiconAttributes", "documentation" : "", "simpleType" : "LexiconAttributes", "variableSetterType" : "LexiconAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**

Provides lexicon metadata.

\n@param attributes Provides lexicon metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LexiconAttributes", "variableName" : "attributes", "variableType" : "LexiconAttributes", "documentation" : "

Provides lexicon metadata.

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

Provides lexicon metadata.

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

Provides lexicon metadata.

\n@param attributes Provides lexicon metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Provides lexicon metadata.

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

Provides lexicon metadata.

\n@param attributes Provides lexicon metadata.*/", "setterModel" : { "variableDeclarationType" : "LexiconAttributes", "variableName" : "attributes", "variableType" : "LexiconAttributes", "documentation" : "", "simpleType" : "LexiconAttributes", "variableSetterType" : "LexiconAttributes" }, "simple" : false, "varargSetterDocumentation" : "/**

Provides lexicon metadata.

\n@param attributes Provides lexicon metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "LexiconAttributes", "variableName" : "attributes", "variableType" : "LexiconAttributes", "documentation" : "

Provides lexicon metadata.

", "simpleType" : "LexiconAttributes", "variableSetterType" : "LexiconAttributes" }, "xmlNameSpaceUri" : null }, "Name" : { "c2jName" : "Name", "c2jShape" : "LexiconName", "deprecated" : false, "documentation" : "

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

\n@param name Name of the lexicon.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the lexicon.

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

Name of the lexicon.

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

Amazon Polly can't find the specified lexicon. This could be caused by a lexicon that is missing, its name is misspelled or specifying a lexicon that is in a different region.

Verify that the lexicon exists, is in the region (see ListLexicons) and that you spelled its name is spelled correctly. Then try again.

", "enums" : null, "errorCode" : "LexiconNotFoundException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "LexiconNotFoundException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LexiconNotFoundException", "variableName" : "lexiconNotFoundException", "variableType" : "LexiconNotFoundException", "documentation" : null, "simpleType" : "LexiconNotFoundException", "variableSetterType" : "LexiconNotFoundException" }, "wrapper" : false }, "LexiconSizeExceededException" : { "c2jName" : "LexiconSizeExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The maximum size of the specified lexicon would be exceeded by this operation.

", "enums" : null, "errorCode" : "LexiconSizeExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "LexiconSizeExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "LexiconSizeExceededException", "variableName" : "lexiconSizeExceededException", "variableType" : "LexiconSizeExceededException", "documentation" : null, "simpleType" : "LexiconSizeExceededException", "variableSetterType" : "LexiconSizeExceededException" }, "wrapper" : false }, "ListLexiconsRequest" : { "c2jName" : "ListLexiconsInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "ListLexicons", "locationName" : null, "requestUri" : "/v1/lexicons", "target" : null, "verb" : "GET", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "NextToken", "c2jShape" : "NextToken", "deprecated" : false, "documentation" : "

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

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

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

\n@param nextToken An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

\n@return An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "NextToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

\n@param nextToken An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

\n@param nextToken An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

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

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

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

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

\n@param nextToken An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

\n@return An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "marshallLocationName" : "NextToken", "queryString" : true, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

\n@param nextToken An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

\n@param nextToken An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "ListLexiconsRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ListLexiconsRequest", "variableName" : "listLexiconsRequest", "variableType" : "ListLexiconsRequest", "documentation" : null, "simpleType" : "ListLexiconsRequest", "variableSetterType" : "ListLexiconsRequest" }, "wrapper" : false }, "ListLexiconsResult" : { "c2jName" : "ListLexiconsOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "Lexicons", "c2jShape" : "LexiconDescriptionList", "deprecated" : false, "documentation" : "

A list of lexicon names and attributes.

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

A list of lexicon names and attributes.

\n@param lexicons A list of lexicon names and attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of lexicon names and attributes.

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

A list of lexicon names and attributes.

\n@param lexicons A list of lexicon names and attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "lexicons", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of lexicon names and attributes.

\n

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

\n@param lexicons A list of lexicon names and attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "lexicons", "variableType" : "java.util.List", "documentation" : "

A list of lexicon names and attributes.

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

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

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

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

\n@return The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

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

A list of lexicon names and attributes.

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

A list of lexicon names and attributes.

\n@param lexicons A list of lexicon names and attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

A list of lexicon names and attributes.

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

A list of lexicon names and attributes.

\n@param lexicons A list of lexicon names and attributes.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "lexicons", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

A list of lexicon names and attributes.

\n

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

\n@param lexicons A list of lexicon names and attributes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "lexicons", "variableType" : "java.util.List", "documentation" : "

A list of lexicon names and attributes.

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

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

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

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

\n@return The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "NextToken", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "NextToken", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "NextToken", "setterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

\n@param nextToken The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "nextToken", "variableType" : "String", "documentation" : "

The pagination token to use in the next request to continue the listing of lexicons. NextToken is returned only if the response is truncated.

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

The maximum size of the lexeme would be exceeded by this operation.

", "enums" : null, "errorCode" : "MaxLexemeLengthExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "MaxLexemeLengthExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MaxLexemeLengthExceededException", "variableName" : "maxLexemeLengthExceededException", "variableType" : "MaxLexemeLengthExceededException", "documentation" : null, "simpleType" : "MaxLexemeLengthExceededException", "variableSetterType" : "MaxLexemeLengthExceededException" }, "wrapper" : false }, "MaxLexiconsNumberExceededException" : { "c2jName" : "MaxLexiconsNumberExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The maximum number of lexicons would be exceeded by this operation.

", "enums" : null, "errorCode" : "MaxLexiconsNumberExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "MaxLexiconsNumberExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "MaxLexiconsNumberExceededException", "variableName" : "maxLexiconsNumberExceededException", "variableType" : "MaxLexiconsNumberExceededException", "documentation" : null, "simpleType" : "MaxLexiconsNumberExceededException", "variableSetterType" : "MaxLexiconsNumberExceededException" }, "wrapper" : false }, "OutputFormat" : { "c2jName" : "OutputFormat", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Mp3", "value" : "mp3" }, { "name" : "Ogg_vorbis", "value" : "ogg_vorbis" }, { "name" : "Pcm", "value" : "pcm" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "OutputFormat", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "OutputFormat", "variableName" : "outputFormat", "variableType" : "OutputFormat", "documentation" : null, "simpleType" : "OutputFormat", "variableSetterType" : "OutputFormat" }, "wrapper" : false }, "PutLexiconRequest" : { "c2jName" : "PutLexiconInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : true, "marshaller" : { "action" : "PutLexicon", "locationName" : null, "requestUri" : "/v1/lexicons/{LexiconName}", "target" : null, "verb" : "PUT", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "Name", "c2jShape" : "LexiconName", "deprecated" : false, "documentation" : "

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

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

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

\n@param name Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

\n@return Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "LexiconName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexiconName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

\n@param name Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

\n@param name Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

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

Content of the PLS lexicon as string data.

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

Content of the PLS lexicon as string data.

\n@param content Content of the PLS lexicon as string data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Content of the PLS lexicon as string data.

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

Content of the PLS lexicon as string data.

\n@param content Content of the PLS lexicon as string data.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Content of the PLS lexicon as string data.

\n@param content Content of the PLS lexicon as string data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

Content of the PLS lexicon as string data.

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

Content of the PLS lexicon as string data.

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

Content of the PLS lexicon as string data.

\n@param content Content of the PLS lexicon as string data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Content of the PLS lexicon as string data.

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

Content of the PLS lexicon as string data.

\n@param content Content of the PLS lexicon as string data.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Content of the PLS lexicon as string data.

\n@param content Content of the PLS lexicon as string data.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "content", "variableType" : "String", "documentation" : "

Content of the PLS lexicon as string data.

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

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

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

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

\n@param name Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

\n@return Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocationName" : "LexiconName", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexiconName", "uri" : true }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

\n@param name Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

\n@param name Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the lexicon. The name must follow the regular express format [0-9A-Za-z]{1,20}. That is, the name is a case-sensitive alphanumeric string up to 20 characters long.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "Name", "Content" ], "shapeName" : "PutLexiconRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "PutLexiconRequest", "variableName" : "putLexiconRequest", "variableType" : "PutLexiconRequest", "documentation" : null, "simpleType" : "PutLexiconRequest", "variableSetterType" : "PutLexiconRequest" }, "wrapper" : false }, "PutLexiconResult" : { "c2jName" : "PutLexiconOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "PutLexiconResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "PutLexiconResult", "variableName" : "putLexiconResult", "variableType" : "PutLexiconResult", "documentation" : null, "simpleType" : "PutLexiconResult", "variableSetterType" : "PutLexiconResult" }, "wrapper" : false }, "ServiceFailureException" : { "c2jName" : "ServiceFailureException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

An unknown condition has caused a service failure.

", "enums" : null, "errorCode" : "ServiceFailureException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "ServiceFailureException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceFailureException", "variableName" : "serviceFailureException", "variableType" : "ServiceFailureException", "documentation" : null, "simpleType" : "ServiceFailureException", "variableSetterType" : "ServiceFailureException" }, "wrapper" : false }, "SynthesizeSpeechRequest" : { "c2jName" : "SynthesizeSpeechInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : { "action" : "SynthesizeSpeech", "locationName" : null, "requestUri" : "/v1/speech", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "c2jName" : "LexiconNames", "c2jShape" : "LexiconNameList", "deprecated" : false, "documentation" : "

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

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

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

\n@param lexiconNames List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

\n@return List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LexiconNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexiconNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LexiconName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LexiconNames", "setterDocumentation" : "/**

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

\n@param lexiconNames List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "lexiconNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

\n

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

\n@param lexiconNames List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "lexiconNames", "variableType" : "java.util.List", "documentation" : "

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

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

The audio format in which the resulting stream will be encoded.

", "enumType" : "OutputFormat", "fluentSetterDocumentation" : "/**

The audio format in which the resulting stream will be encoded.

\n@param outputFormat The audio format in which the resulting stream will be encoded.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat*/", "getterDocumentation" : "/**

The audio format in which the resulting stream will be encoded.

\n@return The audio format in which the resulting stream will be encoded.\n@see OutputFormat*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OutputFormat", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputFormat", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OutputFormat", "setterDocumentation" : "/**

The audio format in which the resulting stream will be encoded.

\n@param outputFormat The audio format in which the resulting stream will be encoded.\n@see OutputFormat*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputFormat", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The audio format in which the resulting stream will be encoded.

\n@param outputFormat The audio format in which the resulting stream will be encoded.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "outputFormat", "variableType" : "String", "documentation" : "

The audio format in which the resulting stream will be encoded.

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

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

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

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

\n@param sampleRate The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

\n@return The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SampleRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SampleRate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SampleRate", "setterDocumentation" : "/**

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

\n@param sampleRate The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sampleRate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

\n@param sampleRate The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sampleRate", "variableType" : "String", "documentation" : "

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

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

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

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

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

\n@param text Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

\n@return Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Text", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Text", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Text", "setterDocumentation" : "/**

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

\n@param text Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

\n@param text Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : "

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

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

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

", "enumType" : "TextType", "fluentSetterDocumentation" : "/**

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

\n@param textType Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextType*/", "getterDocumentation" : "/**

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

\n@return Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.\n@see TextType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TextType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TextType", "setterDocumentation" : "/**

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

\n@param textType Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.\n@see TextType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "textType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

\n@param textType Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "textType", "variableType" : "String", "documentation" : "

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

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

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

", "enumType" : "VoiceId", "fluentSetterDocumentation" : "/**

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

\n@param voiceId Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VoiceId*/", "getterDocumentation" : "/**

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

\n@return Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.\n@see VoiceId*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VoiceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VoiceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VoiceId", "setterDocumentation" : "/**

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

\n@param voiceId Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.\n@see VoiceId*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "voiceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

\n@param voiceId Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VoiceId*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "voiceId", "variableType" : "String", "documentation" : "

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

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

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

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

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

\n@param lexiconNames List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

\n@return List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.*/", "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "LexiconNames", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "LexiconNames", "uri" : false }, "idempotencyToken" : false, "list" : true, "listModel" : { "implType" : "java.util.ArrayList", "interfaceType" : "java.util.List", "listMemberModel" : { "c2jName" : "member", "c2jShape" : "LexiconName", "deprecated" : false, "documentation" : "", "enumType" : null, "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**\n@return */", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "member", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "member", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Member", "setterDocumentation" : "/**\n@param member */", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "member", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null }, "memberLocationName" : null, "memberType" : "String", "map" : false, "marshallNonAutoConstructedEmptyLists" : false, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "simpleType" : "String", "templateImplType" : "java.util.ArrayList", "templateType" : "java.util.List" }, "map" : false, "mapModel" : null, "name" : "LexiconNames", "setterDocumentation" : "/**

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

\n@param lexiconNames List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.*/", "setterModel" : { "variableDeclarationType" : "java.util.List", "variableName" : "lexiconNames", "variableType" : "java.util.List", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "simple" : false, "varargSetterDocumentation" : "/**

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

\n

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

\n@param lexiconNames List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.util.List", "variableName" : "lexiconNames", "variableType" : "java.util.List", "documentation" : "

List of one or more pronunciation lexicon names you want the service to apply during synthesis. Lexicons are applied only if the language of the lexicon is the same as the language of the voice. For information about storing lexicons, see PutLexicon.

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

The audio format in which the resulting stream will be encoded.

", "enumType" : "OutputFormat", "fluentSetterDocumentation" : "/**

The audio format in which the resulting stream will be encoded.

\n@param outputFormat The audio format in which the resulting stream will be encoded.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat*/", "getterDocumentation" : "/**

The audio format in which the resulting stream will be encoded.

\n@return The audio format in which the resulting stream will be encoded.\n@see OutputFormat*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "OutputFormat", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "OutputFormat", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "OutputFormat", "setterDocumentation" : "/**

The audio format in which the resulting stream will be encoded.

\n@param outputFormat The audio format in which the resulting stream will be encoded.\n@see OutputFormat*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "outputFormat", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The audio format in which the resulting stream will be encoded.

\n@param outputFormat The audio format in which the resulting stream will be encoded.\n@return Returns a reference to this object so that method calls can be chained together.\n@see OutputFormat*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "outputFormat", "variableType" : "String", "documentation" : "

The audio format in which the resulting stream will be encoded.

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

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

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

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

\n@param sampleRate The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

\n@return The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "SampleRate", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "SampleRate", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "SampleRate", "setterDocumentation" : "/**

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

\n@param sampleRate The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "sampleRate", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

\n@param sampleRate The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "sampleRate", "variableType" : "String", "documentation" : "

The audio frequency specified in Hz.

The valid values for mp3 and ogg_vorbis are \"8000\", \"16000\", and \"22050\". The default value is \"22050\".

Valid values for pcm are \"8000\" and \"16000\" The default value is \"16000\".

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

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

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

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

\n@param text Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

\n@return Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Text", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Text", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Text", "setterDocumentation" : "/**

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

\n@param text Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

\n@param text Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "text", "variableType" : "String", "documentation" : "

Input text to synthesize. If you specify ssml as the TextType, follow the SSML format for the input text.

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

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

", "enumType" : "TextType", "fluentSetterDocumentation" : "/**

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

\n@param textType Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextType*/", "getterDocumentation" : "/**

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

\n@return Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.\n@see TextType*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "TextType", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "TextType", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "TextType", "setterDocumentation" : "/**

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

\n@param textType Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.\n@see TextType*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "textType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

\n@param textType Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TextType*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "textType", "variableType" : "String", "documentation" : "

Specifies whether the input text is plain text or SSML. The default value is plain text. For more information, see Using SSML.

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

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

", "enumType" : "VoiceId", "fluentSetterDocumentation" : "/**

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

\n@param voiceId Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VoiceId*/", "getterDocumentation" : "/**

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

\n@return Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.\n@see VoiceId*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "VoiceId", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "VoiceId", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "VoiceId", "setterDocumentation" : "/**

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

\n@param voiceId Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.\n@see VoiceId*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "voiceId", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

\n@param voiceId Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VoiceId*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "voiceId", "variableType" : "String", "documentation" : "

Voice ID to use for the synthesis. You can get a list of available voice IDs by calling the DescribeVoices operation.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : [ "OutputFormat", "Text", "VoiceId" ], "shapeName" : "SynthesizeSpeechRequest", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "SynthesizeSpeechRequest", "variableName" : "synthesizeSpeechRequest", "variableType" : "SynthesizeSpeechRequest", "documentation" : null, "simpleType" : "SynthesizeSpeechRequest", "variableSetterType" : "SynthesizeSpeechRequest" }, "wrapper" : false }, "SynthesizeSpeechResult" : { "c2jName" : "SynthesizeSpeechOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : null, "errorCode" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasStatusCodeMember" : false, "hasStreamingMember" : true, "hasUriMember" : false, "marshaller" : null, "members" : [ { "c2jName" : "AudioStream", "c2jShape" : "AudioStream", "deprecated" : false, "documentation" : "

Stream containing the synthesized speech.

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

Stream containing the synthesized speech.

\n@param audioStream Stream containing the synthesized speech.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Stream containing the synthesized speech.

\n@return Stream containing the synthesized speech.*/", "getterModel" : { "returnType" : "java.io.InputStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : true, "isStreaming" : true, "location" : null, "marshallLocationName" : "AudioStream", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AudioStream", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AudioStream", "setterDocumentation" : "/**

Stream containing the synthesized speech.

\n@param audioStream Stream containing the synthesized speech.*/", "setterModel" : { "variableDeclarationType" : "java.io.InputStream", "variableName" : "audioStream", "variableType" : "java.io.InputStream", "documentation" : "", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "simple" : true, "varargSetterDocumentation" : "/**

Stream containing the synthesized speech.

\n@param audioStream Stream containing the synthesized speech.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.io.InputStream", "variableName" : "audioStream", "variableType" : "java.io.InputStream", "documentation" : "

Stream containing the synthesized speech.

", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "xmlNameSpaceUri" : null }, { "c2jName" : "ContentType", "c2jShape" : "ContentType", "deprecated" : false, "documentation" : "

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

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

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@param contentType Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@return Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Content-Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content-Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ContentType", "setterDocumentation" : "/**

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@param contentType Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@param contentType Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

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

Number of characters synthesized.

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

Number of characters synthesized.

\n@param requestCharacters Number of characters synthesized.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Number of characters synthesized.

\n@return Number of characters synthesized.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "x-amzn-RequestCharacters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amzn-RequestCharacters", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RequestCharacters", "setterDocumentation" : "/**

Number of characters synthesized.

\n@param requestCharacters Number of characters synthesized.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "requestCharacters", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Number of characters synthesized.

\n@param requestCharacters Number of characters synthesized.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "requestCharacters", "variableType" : "Integer", "documentation" : "

Number of characters synthesized.

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

Stream containing the synthesized speech.

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

Stream containing the synthesized speech.

\n@param audioStream Stream containing the synthesized speech.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Stream containing the synthesized speech.

\n@return Stream containing the synthesized speech.*/", "getterModel" : { "returnType" : "java.io.InputStream", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : true, "isStreaming" : true, "location" : null, "marshallLocationName" : "AudioStream", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "AudioStream", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "AudioStream", "setterDocumentation" : "/**

Stream containing the synthesized speech.

\n@param audioStream Stream containing the synthesized speech.*/", "setterModel" : { "variableDeclarationType" : "java.io.InputStream", "variableName" : "audioStream", "variableType" : "java.io.InputStream", "documentation" : "", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "simple" : true, "varargSetterDocumentation" : "/**

Stream containing the synthesized speech.

\n@param audioStream Stream containing the synthesized speech.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "java.io.InputStream", "variableName" : "audioStream", "variableType" : "java.io.InputStream", "documentation" : "

Stream containing the synthesized speech.

", "simpleType" : "InputStream", "variableSetterType" : "java.io.InputStream" }, "xmlNameSpaceUri" : null }, "ContentType" : { "c2jName" : "ContentType", "c2jShape" : "ContentType", "deprecated" : false, "documentation" : "

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

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

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@param contentType Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@return Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "Content-Type", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Content-Type", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "ContentType", "setterDocumentation" : "/**

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@param contentType Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@param contentType Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

Specifies the type audio stream. This should reflect the OutputFormat parameter in your request.

  • If you request mp3 as the OutputFormat, the ContentType returned is audio/mpeg.

  • If you request ogg_vorbis as the OutputFormat, the ContentType returned is audio/ogg.

  • If you request pcm as the OutputFormat, the ContentType returned is audio/pcm.

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

Number of characters synthesized.

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

Number of characters synthesized.

\n@param requestCharacters Number of characters synthesized.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Number of characters synthesized.

\n@return Number of characters synthesized.*/", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocationName" : "x-amzn-RequestCharacters", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "x-amzn-RequestCharacters", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "RequestCharacters", "setterDocumentation" : "/**

Number of characters synthesized.

\n@param requestCharacters Number of characters synthesized.*/", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "requestCharacters", "variableType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "varargSetterDocumentation" : "/**

Number of characters synthesized.

\n@param requestCharacters Number of characters synthesized.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "Integer", "variableName" : "requestCharacters", "variableType" : "Integer", "documentation" : "

Number of characters synthesized.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "SynthesizeSpeechResult", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "SynthesizeSpeechResult", "variableName" : "synthesizeSpeechResult", "variableType" : "SynthesizeSpeechResult", "documentation" : null, "simpleType" : "SynthesizeSpeechResult", "variableSetterType" : "SynthesizeSpeechResult" }, "wrapper" : false }, "TextLengthExceededException" : { "c2jName" : "TextLengthExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The value of the \"Text\" parameter is longer than the accepted limits. The limit for input text is a maximum of 3000 characters total, of which no more than 1500 can be billed characters. SSML tags are not counted as billed characters.

", "enums" : null, "errorCode" : "TextLengthExceededException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "TextLengthExceededException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "TextLengthExceededException", "variableName" : "textLengthExceededException", "variableType" : "TextLengthExceededException", "documentation" : null, "simpleType" : "TextLengthExceededException", "variableSetterType" : "TextLengthExceededException" }, "wrapper" : false }, "TextType" : { "c2jName" : "TextType", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Ssml", "value" : "ssml" }, { "name" : "Text", "value" : "text" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "TextType", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "TextType", "variableName" : "textType", "variableType" : "TextType", "documentation" : null, "simpleType" : "TextType", "variableSetterType" : "TextType" }, "wrapper" : false }, "UnsupportedPlsAlphabetException" : { "c2jName" : "UnsupportedPlsAlphabetException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The alphabet specified by the lexicon is not a supported alphabet. Valid values are x-sampa and ipa.

", "enums" : null, "errorCode" : "UnsupportedPlsAlphabetException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "UnsupportedPlsAlphabetException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedPlsAlphabetException", "variableName" : "unsupportedPlsAlphabetException", "variableType" : "UnsupportedPlsAlphabetException", "documentation" : null, "simpleType" : "UnsupportedPlsAlphabetException", "variableSetterType" : "UnsupportedPlsAlphabetException" }, "wrapper" : false }, "UnsupportedPlsLanguageException" : { "c2jName" : "UnsupportedPlsLanguageException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

The language specified in the lexicon is unsupported. For a list of supported languages, see Lexicon Attributes.

", "enums" : null, "errorCode" : "UnsupportedPlsLanguageException", "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "required" : null, "shapeName" : "UnsupportedPlsLanguageException", "unmarshaller" : null, "variable" : { "variableDeclarationType" : "UnsupportedPlsLanguageException", "variableName" : "unsupportedPlsLanguageException", "variableType" : "UnsupportedPlsLanguageException", "documentation" : null, "simpleType" : "UnsupportedPlsLanguageException", "variableSetterType" : "UnsupportedPlsLanguageException" }, "wrapper" : false }, "Voice" : { "c2jName" : "Voice", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "

Description of the voice.

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

Gender of the voice.

", "enumType" : "Gender", "fluentSetterDocumentation" : "/**

Gender of the voice.

\n@param gender Gender of the voice.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Gender*/", "getterDocumentation" : "/**

Gender of the voice.

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

Gender of the voice.

\n@param gender Gender of the voice.\n@see Gender*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gender", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Gender of the voice.

\n@param gender Gender of the voice.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Gender*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gender", "variableType" : "String", "documentation" : "

Gender of the voice.

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

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

", "enumType" : "VoiceId", "fluentSetterDocumentation" : "/**

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

\n@param id Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VoiceId*/", "getterDocumentation" : "/**

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

\n@return Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.\n@see VoiceId*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

\n@param id Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.\n@see VoiceId*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

\n@param id Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VoiceId*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

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

Language code of the voice.

", "enumType" : "LanguageCode", "fluentSetterDocumentation" : "/**

Language code of the voice.

\n@param languageCode Language code of the voice.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "getterDocumentation" : "/**

Language code of the voice.

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

Language code of the voice.

\n@param languageCode Language code of the voice.\n@see LanguageCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Language code of the voice.

\n@param languageCode Language code of the voice.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

Language code of the voice.

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

Human readable name of the language in English.

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

Human readable name of the language in English.

\n@param languageName Human readable name of the language in English.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Human readable name of the language in English.

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

Human readable name of the language in English.

\n@param languageName Human readable name of the language in English.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Human readable name of the language in English.

\n@param languageName Human readable name of the language in English.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "languageName", "variableType" : "String", "documentation" : "

Human readable name of the language in English.

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

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

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

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

\n@param name Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

\n@return Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

\n@param name Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

\n@param name Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

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

Gender of the voice.

", "enumType" : "Gender", "fluentSetterDocumentation" : "/**

Gender of the voice.

\n@param gender Gender of the voice.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Gender*/", "getterDocumentation" : "/**

Gender of the voice.

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

Gender of the voice.

\n@param gender Gender of the voice.\n@see Gender*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "gender", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Gender of the voice.

\n@param gender Gender of the voice.\n@return Returns a reference to this object so that method calls can be chained together.\n@see Gender*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "gender", "variableType" : "String", "documentation" : "

Gender of the voice.

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

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

", "enumType" : "VoiceId", "fluentSetterDocumentation" : "/**

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

\n@param id Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VoiceId*/", "getterDocumentation" : "/**

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

\n@return Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.\n@see VoiceId*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Id", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Id", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Id", "setterDocumentation" : "/**

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

\n@param id Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.\n@see VoiceId*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

\n@param id Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.\n@return Returns a reference to this object so that method calls can be chained together.\n@see VoiceId*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "id", "variableType" : "String", "documentation" : "

Amazon Polly assigned voice ID. This is the ID that you specify when calling the SynthesizeSpeech operation.

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

Language code of the voice.

", "enumType" : "LanguageCode", "fluentSetterDocumentation" : "/**

Language code of the voice.

\n@param languageCode Language code of the voice.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "getterDocumentation" : "/**

Language code of the voice.

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

Language code of the voice.

\n@param languageCode Language code of the voice.\n@see LanguageCode*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Language code of the voice.

\n@param languageCode Language code of the voice.\n@return Returns a reference to this object so that method calls can be chained together.\n@see LanguageCode*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "languageCode", "variableType" : "String", "documentation" : "

Language code of the voice.

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

Human readable name of the language in English.

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

Human readable name of the language in English.

\n@param languageName Human readable name of the language in English.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Human readable name of the language in English.

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

Human readable name of the language in English.

\n@param languageName Human readable name of the language in English.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "languageName", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Human readable name of the language in English.

\n@param languageName Human readable name of the language in English.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "languageName", "variableType" : "String", "documentation" : "

Human readable name of the language in English.

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

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

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

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

\n@param name Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "getterDocumentation" : "/**

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

\n@return Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.*/", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocationName" : "Name", "queryString" : false, "statusCode" : false, "unmarshallLocationName" : "Name", "uri" : false }, "idempotencyToken" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "name" : "Name", "setterDocumentation" : "/**

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

\n@param name Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.*/", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "varargSetterDocumentation" : "/**

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

\n@param name Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.\n@return Returns a reference to this object so that method calls can be chained together.*/", "variable" : { "variableDeclarationType" : "String", "variableName" : "name", "variableType" : "String", "documentation" : "

Name of the voice (for example, Salli, Kendra, etc.). This provides a human readable voice name that you might display in your application.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlNameSpaceUri" : null } }, "required" : null, "shapeName" : "Voice", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "Voice", "variableName" : "voice", "variableType" : "Voice", "documentation" : null, "simpleType" : "Voice", "variableSetterType" : "Voice" }, "wrapper" : false }, "VoiceId" : { "c2jName" : "VoiceId", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false }, "deprecated" : false, "documentation" : "", "enums" : [ { "name" : "Geraint", "value" : "Geraint" }, { "name" : "Gwyneth", "value" : "Gwyneth" }, { "name" : "Mads", "value" : "Mads" }, { "name" : "Naja", "value" : "Naja" }, { "name" : "Hans", "value" : "Hans" }, { "name" : "Marlene", "value" : "Marlene" }, { "name" : "Nicole", "value" : "Nicole" }, { "name" : "Russell", "value" : "Russell" }, { "name" : "Amy", "value" : "Amy" }, { "name" : "Brian", "value" : "Brian" }, { "name" : "Emma", "value" : "Emma" }, { "name" : "Raveena", "value" : "Raveena" }, { "name" : "Ivy", "value" : "Ivy" }, { "name" : "Joanna", "value" : "Joanna" }, { "name" : "Joey", "value" : "Joey" }, { "name" : "Justin", "value" : "Justin" }, { "name" : "Kendra", "value" : "Kendra" }, { "name" : "Kimberly", "value" : "Kimberly" }, { "name" : "Salli", "value" : "Salli" }, { "name" : "Conchita", "value" : "Conchita" }, { "name" : "Enrique", "value" : "Enrique" }, { "name" : "Miguel", "value" : "Miguel" }, { "name" : "Penelope", "value" : "Penelope" }, { "name" : "Chantal", "value" : "Chantal" }, { "name" : "Celine", "value" : "Celine" }, { "name" : "Mathieu", "value" : "Mathieu" }, { "name" : "Dora", "value" : "Dora" }, { "name" : "Karl", "value" : "Karl" }, { "name" : "Carla", "value" : "Carla" }, { "name" : "Giorgio", "value" : "Giorgio" }, { "name" : "Mizuki", "value" : "Mizuki" }, { "name" : "Liv", "value" : "Liv" }, { "name" : "Lotte", "value" : "Lotte" }, { "name" : "Ruben", "value" : "Ruben" }, { "name" : "Ewa", "value" : "Ewa" }, { "name" : "Jacek", "value" : "Jacek" }, { "name" : "Jan", "value" : "Jan" }, { "name" : "Maja", "value" : "Maja" }, { "name" : "Ricardo", "value" : "Ricardo" }, { "name" : "Vitoria", "value" : "Vitoria" }, { "name" : "Cristiano", "value" : "Cristiano" }, { "name" : "Ines", "value" : "Ines" }, { "name" : "Carmen", "value" : "Carmen" }, { "name" : "Maxim", "value" : "Maxim" }, { "name" : "Tatyana", "value" : "Tatyana" }, { "name" : "Astrid", "value" : "Astrid" }, { "name" : "Filiz", "value" : "Filiz" } ], "errorCode" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "hasUriMember" : false, "marshaller" : null, "members" : null, "membersAsMap" : { }, "required" : null, "shapeName" : "VoiceId", "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "VoiceId", "variableName" : "voiceId", "variableType" : "VoiceId", "documentation" : null, "simpleType" : "VoiceId", "variableSetterType" : "VoiceId" }, "wrapper" : false } }, "clientConfigFactory" : "ClientConfigurationFactory", "examples" : { "examples" : { }, "version" : "1.0" }, "exceptionUnmarshallerImpl" : null, "fileHeader" : "/*\n * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights\n * Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */", "hasWaiters" : false, "sdkBaseResponseFqcn" : "com.amazonaws.AmazonWebServiceResult", "sdkModeledExceptionBaseClassName" : "AmazonPollyException", "sdkModeledExceptionBaseFqcn" : "com.amazonaws.services.polly.model.AmazonPollyException", "serviceBaseExceptionFqcn" : "com.amazonaws.AmazonServiceException" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy