updateIdMappingWorkflow
abstract suspend fun updateIdMappingWorkflow(input: UpdateIdMappingWorkflowRequest): UpdateIdMappingWorkflowResponse
Updates an existing IdMappingWorkflow
. This method is identical to CreateIdMappingWorkflow
, except it uses an HTTP PUT
request instead of a POST
request, and the IdMappingWorkflow
must already exist for the method to succeed.