List readiness checks
The following is an example of a request to list the readiness checks in an account, and the response.
aws route53-recovery-readiness --region us-west-2 list-readiness-checks
{ "ReadinessChecks": [ { "ReadinessCheckArn": "arn:aws:route53-recovery-readiness::888888888888:readiness-check/ebs-volume-readiness", "ReadinessCheckName": "ebs-volume-readiness", "ResourceSet": "sample-resource-set", "Tags": {} } ] }