PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
aws
/
aws-sdk-php
/
src
/
data
/
glacier
/
2012-06-01
<?php // This file was auto-generated from sdk-root/src/data/glacier/2012-06-01/waiters-2.json return [ 'version' => 2, 'waiters' => [ 'VaultExists' => [ 'operation' => 'DescribeVault', 'delay' => 3, 'maxAttempts' => 15, 'acceptors' => [ [ 'state' => 'success', 'matcher' => 'status', 'expected' => 200, ], [ 'state' => 'retry', 'matcher' => 'error', 'expected' => 'ResourceNotFoundException', ], ], ], 'VaultNotExists' => [ 'operation' => 'DescribeVault', 'delay' => 3, 'maxAttempts' => 15, 'acceptors' => [ [ 'state' => 'retry', 'matcher' => 'status', 'expected' => 200, ], [ 'state' => 'success', 'matcher' => 'error', 'expected' => 'ResourceNotFoundException', ], ], ], ],];
[-] paginators-1.json.php
[edit]
[+]
..
[-] smoke.json.php
[edit]
[-] waiters-1.json.php
[edit]
[-] waiters-2.json.php
[edit]
[-] api-2.json.php
[edit]