Welcome to mirror list, hosted at ThFree Co, Russian Federation.

waiters-2.json.php « 2020-01-01 « macie2 « data « src « aws-sdk-php « aws - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b5b18459c75c04e11749b1eb932a324c76933e37 (plain)
1
2
3
<?php
// This file was auto-generated from sdk-root/src/data/macie2/2020-01-01/waiters-2.json
return [ 'version' => 2, 'waiters' => [ 'FindingRevealed' => [ 'description' => 'Wait until the sensitive data occurrences are ready.', 'delay' => 2, 'maxAttempts' => 60, 'operation' => 'GetSensitiveDataOccurrences', 'acceptors' => [ [ 'matcher' => 'path', 'argument' => 'status', 'state' => 'success', 'expected' => 'SUCCESS', ], [ 'matcher' => 'path', 'argument' => 'status', 'state' => 'success', 'expected' => 'ERROR', ], ], ], ],];