moto/docs/docs/services/polly.rst
2022-03-12 18:01:42 -01:00

46 lines
696 B
ReStructuredText

.. _implementedservice_polly:
.. |start-h3| raw:: html
<h3>
.. |end-h3| raw:: html
</h3>
=====
polly
=====
|start-h3| Example usage |end-h3|
.. sourcecode:: python
@mock_polly
def test_polly_behaviour:
boto3.client("polly")
...
|start-h3| Implemented features for this service |end-h3|
- [X] delete_lexicon
- [X] describe_voices
Pagination is not yet implemented
- [X] get_lexicon
- [ ] get_speech_synthesis_task
- [X] list_lexicons
Pagination is not yet implemented
- [ ] list_speech_synthesis_tasks
- [X] put_lexicon
- [ ] start_speech_synthesis_task
- [ ] synthesize_speech