Customizers in WebService SaaS Connector

In webservice SaaS connector I need to configure an afterCustomizer. I am trying to understand how to use the processedResponseObject in the typescript

In the typescript I added the below logger to get all the inputs

logger.info(`INPUT_KEYS: ${Object.keys(input)}`)

I see below in the CLI

{“message”:“INPUT_KEYS: _endpointAttributes,_resourceResolutionStrategy,_endpointIdentifier,_operationType,sequenceId,_requestConfig,_responseConfig,_pagingProcessor,_authenticationProvider,_rawResponse”}

So as per this I can use only the above for input. But as per the documentation there are the below 4 objects supported. How to use “processedResponseObject“ I dont see any documentation or sample example related to that.

@philip-ellis

Where are you applying the after customizer? Can you post more of your script?

This is quite an old post. Have you resolved your problem? If not, what are you trying to achieve with an after operation customisation?