Module Values.DeleteScraperLoggingConfigurationRequestSource

Deletes 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 deleted.

    *)
  2. clientToken : IdempotencyToken.t option;
    (*

    A unique, case-sensitive identifier that you provide to ensure the request is processed exactly once.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> scraperId:ScraperId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ScraperId.t ]) 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