Your IP : 216.73.216.158


Current Path : /home/rtorresani/www/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/
Upload File :
Current File : //home/rtorresani/www/vendor/aws/aws-sdk-php/src/data/codedeploy/2014-10-06/waiters-1.json.php

<?php
// This file was auto-generated from sdk-root/src/data/codedeploy/2014-10-06/waiters-1.json
return [ 'version' => 2, 'waiters' => [ 'DeploymentSuccessful' => [ 'delay' => 15, 'operation' => 'GetDeployment', 'maxAttempts' => 120, 'acceptors' => [ [ 'expected' => 'Succeeded', 'matcher' => 'path', 'state' => 'success', 'argument' => 'deploymentInfo.status', ], [ 'expected' => 'Failed', 'matcher' => 'path', 'state' => 'failure', 'argument' => 'deploymentInfo.status', ], [ 'expected' => 'Stopped', 'matcher' => 'path', 'state' => 'failure', 'argument' => 'deploymentInfo.status', ], ], ], ],];