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

    Type Alias TraitBitVector

    TraitBitVector:
        | HttpLabelBitMask
        | IdempotentBitMask
        | IdempotencyTokenBitMask
        | SensitiveBitMask
        | HttpPayloadBitMask
        | HttpResponseCodeBitMask
        | HttpQueryParamsBitMask
        | number

    A bitvector representing a traits object.

    Vector index to trait: 0 - httpLabel 1 - idempotent 2 - idempotencyToken 3 - sensitive 4 - httpPayload 5 - httpResponseCode 6 - httpQueryParams

    The singular trait values are enumerated for quick identification, but combination values are left to the number union type.