summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/data/monitoring/2010-08-01/waiters-2.json.php
blob: 2f55bc673eee0d72e193aa6daa9016e5e2a0e46a (plain)
1
2
3
<?php
// This file was auto-generated from sdk-root/src/data/monitoring/2010-08-01/waiters-2.json
return [ 'version' => 2, 'waiters' => [ 'AlarmExists' => [ 'delay' => 5, 'maxAttempts' => 40, 'operation' => 'DescribeAlarms', 'acceptors' => [ [ 'matcher' => 'path', 'expected' => true, 'argument' => 'length(MetricAlarms[]) > `0`', 'state' => 'success', ], ], ], 'CompositeAlarmExists' => [ 'delay' => 5, 'maxAttempts' => 40, 'operation' => 'DescribeAlarms', 'acceptors' => [ [ 'matcher' => 'path', 'expected' => true, 'argument' => 'length(CompositeAlarms[]) > `0`', 'state' => 'success', ], ], ], ],];