Module Values.UpdatePublishingDestinationRequestSource

Updates information about the publishing destination specified by the destinationId.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. destinationId : String_.t;
    (*

    The ID of the publishing destination to update.

    *)
  3. destinationProperties : DestinationProperties.t option;
    (*

    A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.

    *)
}
Sourceval context_ : string
Sourceval make : ?destinationProperties:??? -> detectorId:DetectorId.t -> destinationId:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DetectorId.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t