ts-lambda-api - v2.5.2
    Preparing search index...

    Variable RequestChecksumCalculationConst

    RequestChecksumCalculation: {
        WHEN_REQUIRED: "WHEN_REQUIRED";
        WHEN_SUPPORTED: "WHEN_SUPPORTED";
    }

    Determines when a checksum will be calculated for request payloads.

    Type declaration

    • ReadonlyWHEN_REQUIRED: "WHEN_REQUIRED"

      When set, a checksum will only be calculated for request payloads of operations modeled with the httpChecksum trait where requestChecksumRequired is true OR where a requestAlgorithmMember is modeled and the user sets it. httpChecksum

    • ReadonlyWHEN_SUPPORTED: "WHEN_SUPPORTED"

      When set, a checksum will be calculated for all request payloads of operations modeled with the httpChecksum trait where requestChecksumRequired is true AND/OR a requestAlgorithmMember is modeled. httpChecksum