Values.DescribePublishingDestinationResponseSourceReturns information about the publishing destination specified by the provided destinationId.
type nonrec t = {destinationId : String_.t option;The ID of the publishing destination.
*)destinationType : DestinationType.t option;The type of publishing destination. Currently, only Amazon S3 buckets are supported.
*)status : PublishingStatus.t option;The status of the publishing destination.
*)publishingFailureStartTimestamp : Long.t option;The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.
*)destinationProperties : DestinationProperties.t option;A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]