PrometheusService / Client / delete_scraper_logging_configuration
delete_scraper_logging_configuration¶
- PrometheusService.Client.delete_scraper_logging_configuration(**kwargs)¶
Deletes the logging configuration for a Amazon Managed Service for Prometheus scraper.
See also: AWS API Documentation
Request Syntax
response = client.delete_scraper_logging_configuration( scraperId='string', clientToken='string' )
- Parameters:
scraperId (string) –
[REQUIRED]
The ID of the scraper whose logging configuration will be deleted.
clientToken (string) –
A unique, case-sensitive identifier that you provide to ensure the request is processed exactly once.
This field is autopopulated if not provided.
- Returns:
None
Exceptions
PrometheusService.Client.exceptions.ConflictException
PrometheusService.Client.exceptions.ValidationException
PrometheusService.Client.exceptions.ResourceNotFoundException
PrometheusService.Client.exceptions.AccessDeniedException
PrometheusService.Client.exceptions.InternalServerException