summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/data/dynamodb/2012-08-10/waiters-1.json.php
blob: ec329fa4384eb385b72dc8f2f3b87f8dca95d0cd (plain)
1
2
3
<?php
// This file was auto-generated from sdk-root/src/data/dynamodb/2012-08-10/waiters-1.json
return [ 'waiters' => [ '__default__' => [ 'interval' => 20, 'max_attempts' => 25, ], '__TableState' => [ 'operation' => 'DescribeTable', ], 'TableExists' => [ 'extends' => '__TableState', 'ignore_errors' => [ 'ResourceNotFoundException', ], 'success_type' => 'output', 'success_path' => 'Table.TableStatus', 'success_value' => 'ACTIVE', ], 'TableNotExists' => [ 'extends' => '__TableState', 'success_type' => 'error', 'success_value' => 'ResourceNotFoundException', ], ],];