Skip to content

Commit

Permalink
Fixes as suggested.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Maddox committed May 13, 2013
1 parent fd2921c commit ebe3a77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Aws/Rds/Resources/rds-2013-02-12.php
Original file line number Diff line number Diff line change
Expand Up @@ -5816,12 +5816,12 @@
),
'__DBInstanceState' => array(
'operation' => 'DescribeDBInstances',
'acceptor.key' => 'DBInstances/*/DBInstanceStatus',
'acceptor.path' => 'DBInstances/*/DBInstanceStatus',
'acceptor.type' => 'output',
),
'DBInstanceAvailable' => array(
'extends' => '__DBInstanceState',
'success.value' => 'available',
'description' => 'Wait until a DB instance is available.',
'failure.value' => array(
'deleted',
'deleting',
Expand Down

0 comments on commit ebe3a77

Please sign in to comment.