2021-11-08 12:02:46 +00:00
|
|
|
.. _implementedservice_elastictranscoder:
|
|
|
|
|
2021-11-08 23:04:44 +00:00
|
|
|
.. |start-h3| raw:: html
|
|
|
|
|
|
|
|
<h3>
|
|
|
|
|
|
|
|
.. |end-h3| raw:: html
|
|
|
|
|
|
|
|
</h3>
|
|
|
|
|
2021-11-08 12:02:46 +00:00
|
|
|
=================
|
|
|
|
elastictranscoder
|
|
|
|
=================
|
|
|
|
|
2021-11-08 23:04:44 +00:00
|
|
|
|start-h3| Example usage |end-h3|
|
|
|
|
|
|
|
|
.. sourcecode:: python
|
|
|
|
|
|
|
|
@mock_elastictranscoder
|
|
|
|
def test_elastictranscoder_behaviour:
|
|
|
|
boto3.client("elastictranscoder")
|
|
|
|
...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|start-h3| Implemented features for this service |end-h3|
|
|
|
|
|
2021-11-08 12:02:46 +00:00
|
|
|
- [ ] cancel_job
|
|
|
|
- [ ] create_job
|
|
|
|
- [X] create_pipeline
|
2022-03-12 19:01:42 +00:00
|
|
|
|
|
|
|
The following parameters are not yet implemented:
|
|
|
|
AWSKMSKeyArn, Notifications
|
|
|
|
|
|
|
|
|
2021-11-08 12:02:46 +00:00
|
|
|
- [ ] create_preset
|
|
|
|
- [X] delete_pipeline
|
|
|
|
- [ ] delete_preset
|
|
|
|
- [ ] list_jobs_by_pipeline
|
|
|
|
- [ ] list_jobs_by_status
|
|
|
|
- [X] list_pipelines
|
|
|
|
- [ ] list_presets
|
|
|
|
- [ ] read_job
|
|
|
|
- [X] read_pipeline
|
|
|
|
- [ ] read_preset
|
|
|
|
- [ ] test_role
|
|
|
|
- [X] update_pipeline
|
2022-03-12 19:01:42 +00:00
|
|
|
|
|
|
|
The following parameters are not yet implemented:
|
|
|
|
AWSKMSKeyArn, Notifications, ContentConfig, ThumbnailConfig
|
|
|
|
|
|
|
|
|
2021-11-08 12:02:46 +00:00
|
|
|
- [ ] update_pipeline_notifications
|
|
|
|
- [ ] update_pipeline_status
|
|
|
|
|