Files
reflector/aws/lambda-nodejs18.x/UpdateZulipStreams/node_modules/aws-sdk/apis/macie2-2020-01-01.waiters2.json
2023-11-20 21:39:33 +07:00

25 lines
553 B
JSON

{
"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"
}
]
}
}
}