# Functions
AddValidateResponseChecksum adds the Checksum to the middleware stack if checksum is not disabled.
# Structs
AddValidateResponseChecksumOptions provides the options for the AddValidateResponseChecksum middleware setup.
Checksum provides a middleware to validate the DynamoDB response body's integrity by comparing the computed CRC32 checksum with the value provided in the HTTP response header.