ResponseItemStatus type
Indicates the processing status of a response item.
KnownResponseItemStatus can be used interchangeably with ResponseItemStatus,
this enum contains the known values that the service supports.
Known values supported by the service
in_progress: Item that is in progress.
completed: Item has been fully processed and is complete.
incomplete: Item has been processed but is incomplete.
type ResponseItemStatus = string