Sha256: b75228c14d9d8ceac37612bbafb7669957d5011cf5669df50e5dcc3ed9eacb92
Contents?: true
Size: 824 Bytes
Versions: 221
Compression:
Stored size: 824 Bytes
Contents
{ "version": 2, "waiters": { "CodeBindingExists": { "description": "Wait until code binding is generated", "delay": 2, "operation": "DescribeCodeBinding", "maxAttempts": 30, "acceptors": [ { "expected": "CREATE_COMPLETE", "matcher": "path", "state": "success", "argument": "Status" }, { "expected": "CREATE_IN_PROGRESS", "matcher": "path", "state": "retry", "argument": "Status" }, { "expected": "CREATE_FAILED", "matcher": "path", "state": "failure", "argument": "Status" }, { "matcher": "error", "expected": "NotFoundException", "state": "failure" } ] } } }
Version data entries
221 entries across 221 versions & 1 rubygems