2 Answers
0
Hi James,
Thank you for reaching out. You do not have to delete any request after they are processed, since this is expected API behaviour. ListSpeechSynthesisTasks
api returns all requests if status is not set through call. You can set Status=inProgress
or Status=scheduled
in order to see the ones not processed yet. Optionally you can set MaxResults
which will be listing most recent requests.
You can see more details related to this api here: https://docs.aws.amazon.com/polly/latest/dg/API_ListSpeechSynthesisTasks.html
Thanks,
Fatih
answered 2 years ago
Relevant questions
I am having an issue in API Gateway that says " No integration defined for method" when I attempt to deploy
asked 4 months agoI have lots of tables that are stuck in the "Pending Records" Validation state and I can't get them to progress
asked a month agoI have not connect ec2 instance by instance and ssh key
asked 6 months agoAn error occurred (InvalidSsmlException) when calling the StartSpeechSynthesisTask operation: Invalid SSML request
asked 20 days agoinspector2 API list_findings: cannot filter by updatedAt
asked 5 months agoCan I get a list of iOT topics?
asked 5 months agoLifetime of tasks created by StartSpeechSynthesisTask
asked 2 years agoIs it possible to modify the statusCode returned by API Gateway when access is denied by a lambda authorizer?
Accepted Answerasked 4 years agoStartSpeechSynthesisTask is too slow
asked 3 years agoWhere do I find the public IP of the server launched with ECS?
asked 4 years ago