aws_sdk_cloudfront/client/
delete_realtime_log_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 [`DeleteRealtimeLogConfig`](crate::operation::delete_realtime_log_config::builders::DeleteRealtimeLogConfigFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`name(impl Into<String>)`](crate::operation::delete_realtime_log_config::builders::DeleteRealtimeLogConfigFluentBuilder::name) / [`set_name(Option<String>)`](crate::operation::delete_realtime_log_config::builders::DeleteRealtimeLogConfigFluentBuilder::set_name):<br>required: **false**<br><p>The name of the real-time log configuration to delete.</p><br>
7    ///   - [`arn(impl Into<String>)`](crate::operation::delete_realtime_log_config::builders::DeleteRealtimeLogConfigFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::delete_realtime_log_config::builders::DeleteRealtimeLogConfigFluentBuilder::set_arn):<br>required: **false**<br><p>The Amazon Resource Name (ARN) of the real-time log configuration to delete.</p><br>
8    /// - On success, responds with [`DeleteRealtimeLogConfigOutput`](crate::operation::delete_realtime_log_config::DeleteRealtimeLogConfigOutput)
9    /// - On failure, responds with [`SdkError<DeleteRealtimeLogConfigError>`](crate::operation::delete_realtime_log_config::DeleteRealtimeLogConfigError)
10    pub fn delete_realtime_log_config(&self) -> crate::operation::delete_realtime_log_config::builders::DeleteRealtimeLogConfigFluentBuilder {
11        crate::operation::delete_realtime_log_config::builders::DeleteRealtimeLogConfigFluentBuilder::new(self.handle.clone())
12    }
13}