AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::Polly Namespace Reference

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  PollyErrorMapper
 

Classes

class  PollyClient
 
 
class  PollyError
 
class  PollyRequest
 

Typedefs

 
 
 
typedef std::function< void(const PollyClient *, const Model::DeleteLexiconRequest &, const Model::DeleteLexiconOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteLexiconResponseReceivedHandler
 
typedef std::function< void(const PollyClient *, const Model::DescribeVoicesRequest &, const Model::DescribeVoicesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeVoicesResponseReceivedHandler
 
typedef std::function< void(const PollyClient *, const Model::GetLexiconRequest &, const Model::GetLexiconOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetLexiconResponseReceivedHandler
 
 
typedef std::function< void(const PollyClient *, const Model::ListLexiconsRequest &, const Model::ListLexiconsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListLexiconsResponseReceivedHandler
 
 
typedef std::function< void(const PollyClient *, const Model::PutLexiconRequest &, const Model::PutLexiconOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutLexiconResponseReceivedHandler
 
 
 

Enumerations

 

Typedef Documentation

◆ DeleteLexiconResponseReceivedHandler

Definition at line 112 of file PollyServiceClientModel.h.

◆ DescribeVoicesResponseReceivedHandler

Definition at line 113 of file PollyServiceClientModel.h.

◆ GetLexiconResponseReceivedHandler

typedef std::function<void(const PollyClient*, const Model::GetLexiconRequest&, const Model::GetLexiconOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Polly::GetLexiconResponseReceivedHandler

Definition at line 114 of file PollyServiceClientModel.h.

◆ GetSpeechSynthesisTaskResponseReceivedHandler

Definition at line 115 of file PollyServiceClientModel.h.

◆ ListLexiconsResponseReceivedHandler

Definition at line 116 of file PollyServiceClientModel.h.

◆ ListSpeechSynthesisTasksResponseReceivedHandler

Definition at line 117 of file PollyServiceClientModel.h.

◆ PollyClientConfiguration

Definition at line 66 of file PollyServiceClientModel.h.

◆ PollyEndpointProvider

Definition at line 68 of file PollyServiceClientModel.h.

◆ PollyEndpointProviderBase

Definition at line 67 of file PollyServiceClientModel.h.

◆ PutLexiconResponseReceivedHandler

typedef std::function<void(const PollyClient*, const Model::PutLexiconRequest&, const Model::PutLexiconOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > Aws::Polly::PutLexiconResponseReceivedHandler

Definition at line 118 of file PollyServiceClientModel.h.

◆ StartSpeechSynthesisTaskResponseReceivedHandler

Definition at line 119 of file PollyServiceClientModel.h.

◆ SynthesizeSpeechResponseReceivedHandler

Definition at line 120 of file PollyServiceClientModel.h.

Enumeration Type Documentation

◆ PollyErrors

strong
Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
SLOW_DOWN 
REQUEST_TIME_TOO_SKEWED 
INVALID_SIGNATURE 
SIGNATURE_DOES_NOT_MATCH 
INVALID_ACCESS_KEY_ID 
REQUEST_TIMEOUT 
NETWORK_CONNECTION 
UNKNOWN 
ENGINE_NOT_SUPPORTED 
INVALID_LEXICON 
INVALID_NEXT_TOKEN 
INVALID_S3_BUCKET 
INVALID_S3_KEY 
INVALID_SAMPLE_RATE 
INVALID_SNS_TOPIC_ARN 
INVALID_SSML 
INVALID_TASK_ID 
LANGUAGE_NOT_SUPPORTED 
LEXICON_NOT_FOUND 
LEXICON_SIZE_EXCEEDED 
MARKS_NOT_SUPPORTED_FOR_FORMAT 
MAX_LEXEME_LENGTH_EXCEEDED 
MAX_LEXICONS_NUMBER_EXCEEDED 
SERVICE_FAILURE 
SSML_MARKS_NOT_SUPPORTED_FOR_TEXT_TYPE 
SYNTHESIS_TASK_NOT_FOUND 
TEXT_LENGTH_EXCEEDED 
UNSUPPORTED_PLS_ALPHABET 
UNSUPPORTED_PLS_LANGUAGE 

Definition at line 16 of file PollyErrors.h.