Module Values.RotateIngestEndpointCredentialsRequestSource

Rotate the IngestEndpoint's username and password, as specified by the IngestEndpoint's id.

Sourcetype nonrec t = {
  1. id : string;
    (*

    The ID of the channel the IngestEndpoint is on.

    *)
  2. ingestEndpointId : string;
    (*

    The id of the IngestEndpoint whose credentials should be rotated

    *)
}
Sourceval context_ : string
Sourceval make : id:string -> ingestEndpointId:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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