// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`ListDbParameterGroups`](crate::operation::list_db_parameter_groups::builders::ListDbParameterGroupsFluentBuilder) operation.
/// This operation supports pagination; See [`into_paginator()`](crate::operation::list_db_parameter_groups::builders::ListDbParameterGroupsFluentBuilder::into_paginator).
///
/// - The fluent builder is configurable:
/// - [`next_token(impl Into<String>)`](crate::operation::list_db_parameter_groups::builders::ListDbParameterGroupsFluentBuilder::next_token) / [`set_next_token(Option<String>)`](crate::operation::list_db_parameter_groups::builders::ListDbParameterGroupsFluentBuilder::set_next_token):<br>required: **false**<br><p>The pagination token. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.</p><br>
/// - [`max_results(i32)`](crate::operation::list_db_parameter_groups::builders::ListDbParameterGroupsFluentBuilder::max_results) / [`set_max_results(Option<i32>)`](crate::operation::list_db_parameter_groups::builders::ListDbParameterGroupsFluentBuilder::set_max_results):<br>required: **false**<br><p>The maximum number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as argument of a subsequent API invocation.</p><br>
/// - On success, responds with [`ListDbParameterGroupsOutput`](crate::operation::list_db_parameter_groups::ListDbParameterGroupsOutput) with field(s):
/// - [`items(Vec::<DbParameterGroupSummary>)`](crate::operation::list_db_parameter_groups::ListDbParameterGroupsOutput::items): <p>A list of Timestream for InfluxDB DB parameter group summaries.</p>
/// - [`next_token(Option<String>)`](crate::operation::list_db_parameter_groups::ListDbParameterGroupsOutput::next_token): <p>Token from a previous call of the operation. When this value is provided, the service returns results from where the previous response left off.</p>
/// - On failure, responds with [`SdkError<ListDbParameterGroupsError>`](crate::operation::list_db_parameter_groups::ListDbParameterGroupsError)
pub fn list_db_parameter_groups(&self) -> crate::operation::list_db_parameter_groups::builders::ListDbParameterGroupsFluentBuilder {
crate::operation::list_db_parameter_groups::builders::ListDbParameterGroupsFluentBuilder::new(self.handle.clone())
}
}