// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteFlowLogs`](crate::operation::delete_flow_logs::builders::DeleteFlowLogsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`dry_run(bool)`](crate::operation::delete_flow_logs::builders::DeleteFlowLogsFluentBuilder::dry_run) / [`set_dry_run(Option<bool>)`](crate::operation::delete_flow_logs::builders::DeleteFlowLogsFluentBuilder::set_dry_run):<br>required: **false**<br><p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p><br>
/// - [`flow_log_ids(impl Into<String>)`](crate::operation::delete_flow_logs::builders::DeleteFlowLogsFluentBuilder::flow_log_ids) / [`set_flow_log_ids(Option<Vec::<String>>)`](crate::operation::delete_flow_logs::builders::DeleteFlowLogsFluentBuilder::set_flow_log_ids):<br>required: **true**<br><p>One or more flow log IDs.</p> <p>Constraint: Maximum of 1000 flow log IDs.</p><br>
/// - On success, responds with [`DeleteFlowLogsOutput`](crate::operation::delete_flow_logs::DeleteFlowLogsOutput) with field(s):
/// - [`unsuccessful(Option<Vec::<UnsuccessfulItem>>)`](crate::operation::delete_flow_logs::DeleteFlowLogsOutput::unsuccessful): <p>Information about the flow logs that could not be deleted successfully.</p>
/// - On failure, responds with [`SdkError<DeleteFlowLogsError>`](crate::operation::delete_flow_logs::DeleteFlowLogsError)
pub fn delete_flow_logs(&self) -> crate::operation::delete_flow_logs::builders::DeleteFlowLogsFluentBuilder {
crate::operation::delete_flow_logs::builders::DeleteFlowLogsFluentBuilder::new(self.handle.clone())
}
}