1{
2    "verifiedSimpleMethods" : [
3        "listQueues"
4    ],
5    "interceptors": [
6        "software.amazon.awssdk.services.sqs.internal.MessageMD5ChecksumInterceptor"
7    ],
8    "customClientContextParams":{
9       "checksumValidationEnabled":{
10         "documentation":"Enable message MD5 checksum validation.<p>Checksum validation for messages defaults to true. Only set to false if required, for instance if your cryptographic library does not support MD5.<p>Supported operations are SendMessage, ReceiveMessage and SendMessageBatch.",
11         "type":"boolean"
12       }
13    }
14}
15