Module Values.UpdateScraperLoggingConfigurationRequestSource

Updates the logging configuration for a Amazon Managed Service for Prometheus scraper.

Sourcetype nonrec t = {
  1. scraperId : ScraperId.t;
    (*

    The ID of the scraper whose logging configuration will be updated.

    *)
  2. loggingDestination : ScraperLoggingDestination.t;
    (*

    The destination where scraper logs will be sent.

    *)
  3. scraperComponents : ScraperComponents.t option;
    (*

    The list of scraper components to configure for logging.

    *)
}
Sourceval context_ : string
Sourceval make : ?scraperComponents:??? -> scraperId:ScraperId.t -> loggingDestination:ScraperLoggingDestination.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list ]) list ]) list ] list | `String of ScraperId.t | `Structure of (string * [> `Structure of (string * [> `String of LogGroupArn.t ]) list ]) 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