aws-sdk-amp 1.111.0

AWS SDK for Amazon Prometheus Service
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteScraperLoggingConfiguration`](crate::operation::delete_scraper_logging_configuration::builders::DeleteScraperLoggingConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`scraper_id(impl Into<String>)`](crate::operation::delete_scraper_logging_configuration::builders::DeleteScraperLoggingConfigurationFluentBuilder::scraper_id) / [`set_scraper_id(Option<String>)`](crate::operation::delete_scraper_logging_configuration::builders::DeleteScraperLoggingConfigurationFluentBuilder::set_scraper_id):<br>required: **true**<br><p>The ID of the scraper whose logging configuration will be deleted.</p><br>
    ///   - [`client_token(impl Into<String>)`](crate::operation::delete_scraper_logging_configuration::builders::DeleteScraperLoggingConfigurationFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::delete_scraper_logging_configuration::builders::DeleteScraperLoggingConfigurationFluentBuilder::set_client_token):<br>required: **false**<br><p>A unique, case-sensitive identifier that you provide to ensure the request is processed exactly once.</p><br>
    /// - On success, responds with [`DeleteScraperLoggingConfigurationOutput`](crate::operation::delete_scraper_logging_configuration::DeleteScraperLoggingConfigurationOutput)
    /// - On failure, responds with [`SdkError<DeleteScraperLoggingConfigurationError>`](crate::operation::delete_scraper_logging_configuration::DeleteScraperLoggingConfigurationError)
    pub fn delete_scraper_logging_configuration(
        &self,
    ) -> crate::operation::delete_scraper_logging_configuration::builders::DeleteScraperLoggingConfigurationFluentBuilder {
        crate::operation::delete_scraper_logging_configuration::builders::DeleteScraperLoggingConfigurationFluentBuilder::new(self.handle.clone())
    }
}