Values.InvalidationSourceAn invalidation.
type nonrec t = {id : String_.t option;The identifier for the invalidation request. For example: IDFDVBD632BHDS5.
*)status : String_.t option;The status of the invalidation request. When the invalidation batch is finished, the status is Completed.
*)createTime : Timestamp.t option;The date and time the invalidation request was first made.
*)invalidationBatch : InvalidationBatch.t option;The current invalidation information for the batch request.
*)}