Values.DestinationSourceContains information about the publishing destination, including the ID, type, and status.
type nonrec t = {destinationId : String_.t option;The unique ID of the publishing destination.
*)destinationType : DestinationType.t option;The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
*)status : PublishingStatus.t option;The status of the publishing destination.
*)}