aws-sdk-cloudwatchlogs 1.139.0

AWS SDK for Amazon CloudWatch Logs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DeleteSyslogConfiguration`](crate::operation::delete_syslog_configuration::builders::DeleteSyslogConfigurationFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`log_group_identifier(impl Into<String>)`](crate::operation::delete_syslog_configuration::builders::DeleteSyslogConfigurationFluentBuilder::log_group_identifier) / [`set_log_group_identifier(Option<String>)`](crate::operation::delete_syslog_configuration::builders::DeleteSyslogConfigurationFluentBuilder::set_log_group_identifier):<br>required: **true**<br><p>The name or ARN of the log group to remove the syslog configuration from.</p><br>
    ///   - [`vpc_endpoint_id(impl Into<String>)`](crate::operation::delete_syslog_configuration::builders::DeleteSyslogConfigurationFluentBuilder::vpc_endpoint_id) / [`set_vpc_endpoint_id(Option<String>)`](crate::operation::delete_syslog_configuration::builders::DeleteSyslogConfigurationFluentBuilder::set_vpc_endpoint_id):<br>required: **false**<br><p>The ID of the VPC endpoint associated with the syslog configuration to delete.</p><br>
    /// - On success, responds with [`DeleteSyslogConfigurationOutput`](crate::operation::delete_syslog_configuration::DeleteSyslogConfigurationOutput)
    /// - On failure, responds with [`SdkError<DeleteSyslogConfigurationError>`](crate::operation::delete_syslog_configuration::DeleteSyslogConfigurationError)
    pub fn delete_syslog_configuration(&self) -> crate::operation::delete_syslog_configuration::builders::DeleteSyslogConfigurationFluentBuilder {
        crate::operation::delete_syslog_configuration::builders::DeleteSyslogConfigurationFluentBuilder::new(self.handle.clone())
    }
}