Updates information about the publishing destination specified by the
destinationId.
guardduty_update_publishing_destination(DetectorId, DestinationId,
  DestinationProperties)[required] The ID of the
[required] The ID of the detector associated with the publishing destinations to update.
A DestinationProperties object that includes the DestinationArn and
KmsKeyArn of the publishing destination.
svc$update_publishing_destination(
  DetectorId = "string",
  DestinationId = "string",
  DestinationProperties = list(
    DestinationArn = "string",
    KmsKeyArn = "string"
  )
)