aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.59k stars 624 forks source link

Polly: `SynthesizeSpeechInput` doesn't have `Engine` field #353

Closed ghost closed 5 years ago

ghost commented 5 years ago

Version of AWS SDK for Go?

v0.10.0

Version of Go (go version)?

go1.12.7 linux/amd64

What issue did you see?

Engine field for SynthesizeSpeechInput is missing in aws-sdk-go-v2.

In aws-sdk-go it is there:

type SynthesizeSpeechInput struct {
    // Specifies the engine (standard or neural) for Amazon Polly to use when processing
    // input text for speech synthesis. Using a voice that is not supported for
    // the engine selected will result in an error.
    Engine *string `type:"string" enum:"Engine"`
sipvoip commented 5 years ago

I also need this, neural has been out for a while, when will the SDK be updated?

ghost commented 5 years ago

Resolved in v0.11.0.

jasdel commented 5 years ago

Thanks for updating this issue! we missed closing this after releasing, v1.11.0.