summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/data/dynamodb/2011-12-05/waiters-1.json.php
blob: bc96e3413e11cd072cc55da59bf843236c79674d (plain)
1
2
3
<?php
// This file was auto-generated from sdk-root/src/data/dynamodb/2011-12-05/waiters-1.json
return [ 'waiters' => [ '__default__' => [ 'interval' => 20, 'max_attempts' => 25, ], '__TableState' => [ 'operation' => 'DescribeTable', ], 'TableExists' => [ 'extends' => '__TableState', 'description' => 'Wait until a table exists and can be accessed', 'ignore_errors' => [ 'ResourceNotFoundException', ], 'success_type' => 'output', 'success_path' => 'Table.TableStatus', 'success_value' => 'ACTIVE', ], 'TableNotExists' => [ 'extends' => '__TableState', 'description' => 'Wait until a table is deleted', 'success_type' => 'error', 'success_value' => 'ResourceNotFoundException', ], ],];