whitelabel-plugins-update-s.../aws/Aws/data/glacier/2012-06-01/waiters-1.json.php
2024-05-13 16:09:03 +05:00

3 lines
501 B
PHP

<?php
// This file was auto-generated from sdk-root/src/data/glacier/2012-06-01/waiters-1.json
return [ 'waiters' => [ '__default__' => [ 'interval' => 3, 'max_attempts' => 15, ], '__VaultState' => [ 'operation' => 'DescribeVault', ], 'VaultExists' => [ 'extends' => '__VaultState', 'ignore_errors' => [ 'ResourceNotFoundException', ], 'success_type' => 'output', ], 'VaultNotExists' => [ 'extends' => '__VaultState', 'success_type' => 'error', 'success_value' => 'ResourceNotFoundException', ], ],];