AWS.Polly.Presigner — AWS SDK for JavaScript (original) (raw)

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.

Inherits:

Object

Defined in:

lib/polly/presigner.js

Overview

A presigner object can be used to generate presigned urls for the Polly service.

Constructor Summarycollapse

Method Summarycollapse

Constructor Details

new AWS.Polly.Presigner(options) ⇒ void

Creates a presigner object with a set of configuration options.

Method Details

getSynthesizeSpeechUrl(params = {}, [expires = 3600], [callback]) ⇒ string?