func toCRTType()

in AWSClientRuntime/Sources/Signing/AWSSignedBodyValue.swift [19:27]


    func toCRTType() -> SignedBodyValue {
        switch self {
        case .empty: return .empty
        case .emptySha256: return .emptySha256
        case .unsignedPayload: return .unsignedPayload
        case .streamingSha256Payload: return .streamingSha256Payload
        case .streamingSha256Events: return .streamingSha256Events
        }
    }