mirror of
https://github.com/SociallyDev/Spaces-API.git
synced 2025-07-13 16:43:13 -07:00
3 lines
359 B
PHP
3 lines
359 B
PHP
<?php
|
|
// This file was auto-generated from sdk-root/src/data/elastictranscoder/2012-09-25/waiters-1.json
|
|
return [ 'waiters' => [ 'JobComplete' => [ 'operation' => 'ReadJob', 'success_type' => 'output', 'success_path' => 'Job.Status', 'interval' => 30, 'max_attempts' => 120, 'success_value' => 'Complete', 'failure_value' => [ 'Canceled', 'Error', ], ], ],];
|