// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListEventConfigurations`](crate::operation::list_event_configurations::builders::ListEventConfigurationsFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`resource_type(EventNotificationResourceType)`](crate::operation::list_event_configurations::builders::ListEventConfigurationsFluentBuilder::resource_type) / [`set_resource_type(Option<EventNotificationResourceType>)`](crate::operation::list_event_configurations::builders::ListEventConfigurationsFluentBuilder::set_resource_type):<br>required: **true**<br><p>Resource type to filter event configurations.</p><br>
/// - [`max_results(i32)`](crate::operation::list_event_configurations::builders::ListEventConfigurationsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_event_configurations::builders::ListEventConfigurationsFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of results to return in this operation.</p><br>
/// - [`next_token(impl Into<String>)`](crate::operation::list_event_configurations::builders::ListEventConfigurationsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_event_configurations::builders::ListEventConfigurationsFluentBuilder::set_next_token):<br>required: **false**<br><p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p><br>
/// - On success, responds with [`ListEventConfigurationsOutput`](crate::operation::list_event_configurations::ListEventConfigurationsOutput) with field(s):
/// - [`next_token(Option<String>)`](crate::operation::list_event_configurations::ListEventConfigurationsOutput::next_token): <p>To retrieve the next set of results, the <code>nextToken</code> value from a previous response; otherwise <b>null</b> to receive the first set of results.</p>
/// - [`event_configurations_list(Option<Vec::<EventConfigurationItem>>)`](crate::operation::list_event_configurations::ListEventConfigurationsOutput::event_configurations_list): <p>Event configurations of all events for a single resource.</p>
/// - On failure, responds with [`SdkError<ListEventConfigurationsError>`](crate::operation::list_event_configurations::ListEventConfigurationsError)
pub fn list_event_configurations(&self) -> crate::operation::list_event_configurations::builders::ListEventConfigurationsFluentBuilder {
crate::operation::list_event_configurations::builders::ListEventConfigurationsFluentBuilder::new(self.handle.clone())
}
}