You are viewing the documentation for an older major version of the AWS SDK for JavaScript.
The modular AWS SDK for JavaScript (v3), the latest major version of AWS SDK for JavaScript, is now stable and recommended for general use.
For more information, see the
Migration Guide and
API Reference.
Class: AWS.Polly.Presigner
- Inherits:
-
Object
- Object
- AWS.Polly.Presigner
- Defined in:
- lib/polly/presigner.js
Overview
A presigner object can be used to generate presigned urls for the Polly service.
Constructor Summary collapse
-
new AWS.Polly.Presigner(options) ⇒ void
constructor
Creates a presigner object with a set of configuration options.
Method Summary collapse
-
getSynthesizeSpeechUrl(params = {}, [expires = 3600], [callback]) ⇒ string?
Generate a presigned url for AWS.Polly.synthesizeSpeech().
Constructor Details
new AWS.Polly.Presigner(options) ⇒ void
Creates a presigner object with a set of configuration options.