aws_sdk_route53/client/delete_query_logging_config.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DeleteQueryLoggingConfig`](crate::operation::delete_query_logging_config::builders::DeleteQueryLoggingConfigFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`id(impl Into<String>)`](crate::operation::delete_query_logging_config::builders::DeleteQueryLoggingConfigFluentBuilder::id) / [`set_id(Option<String>)`](crate::operation::delete_query_logging_config::builders::DeleteQueryLoggingConfigFluentBuilder::set_id):<br>required: **true**<br><p>The ID of the configuration that you want to delete.</p><br>
7 /// - On success, responds with [`DeleteQueryLoggingConfigOutput`](crate::operation::delete_query_logging_config::DeleteQueryLoggingConfigOutput)
8 /// - On failure, responds with [`SdkError<DeleteQueryLoggingConfigError>`](crate::operation::delete_query_logging_config::DeleteQueryLoggingConfigError)
9 pub fn delete_query_logging_config(&self) -> crate::operation::delete_query_logging_config::builders::DeleteQueryLoggingConfigFluentBuilder {
10 crate::operation::delete_query_logging_config::builders::DeleteQueryLoggingConfigFluentBuilder::new(self.handle.clone())
11 }
12}