<?php
// This file was auto-generated from sdk-root/src/data/interconnect/2022-07-26/waiters-2.json
return [ 'version' => 2, 'waiters' => [ 'ConnectionAvailable' => [ 'delay' => 30, 'maxAttempts' => 5, 'operation' => 'GetConnection', 'acceptors' => [ [ 'matcher' => 'path', 'argument' => 'connection.state', 'state' => 'success', 'expected' => 'available', ], [ 'matcher' => 'path', 'argument' => 'connection.state', 'state' => 'failure', 'expected' => 'deleted', ], [ 'matcher' => 'path', 'argument' => 'connection.state', 'state' => 'failure', 'expected' => 'down', ], ], ], 'ConnectionDeleted' => [ 'delay' => 30, 'maxAttempts' => 5, 'operation' => 'GetConnection', 'acceptors' => [ [ 'matcher' => 'path', 'argument' => 'connection.state', 'state' => 'success', 'expected' => 'deleted', ], ], ], ],];
