Values.UpdatePublishingDestinationRequestSourceUpdates information about the publishing destination specified by the destinationId.
type nonrec t = {detectorId : DetectorId.t;The ID of the detector associated with the publishing destinations to update. To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.
*)destinationId : String_.t;The ID of the publishing destination to update.
*)destinationProperties : DestinationProperties.t option;A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.
*)}val make :
?destinationProperties:??? ->
detectorId:DetectorId.t ->
destinationId:String_.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DetectorId.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]