We announced the upcoming
end-of-support for AWS SDK for JavaScript v2.
We recommend that you migrate to AWS SDK for JavaScript v3.
For dates, additional details, and information on how to migrate, please refer to the linked announcement.
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.