// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeConnectionFunction`](crate::operation::describe_connection_function::builders::DescribeConnectionFunctionFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`identifier(impl Into<String>)`](crate::operation::describe_connection_function::builders::DescribeConnectionFunctionFluentBuilder::identifier) / [`set_identifier(Option<String>)`](crate::operation::describe_connection_function::builders::DescribeConnectionFunctionFluentBuilder::set_identifier):<br>required: **true**<br><p>The connection function's identifier.</p><br>
/// - [`stage(FunctionStage)`](crate::operation::describe_connection_function::builders::DescribeConnectionFunctionFluentBuilder::stage) / [`set_stage(Option<FunctionStage>)`](crate::operation::describe_connection_function::builders::DescribeConnectionFunctionFluentBuilder::set_stage):<br>required: **false**<br><p>The connection function's stage.</p><br>
/// - On success, responds with [`DescribeConnectionFunctionOutput`](crate::operation::describe_connection_function::DescribeConnectionFunctionOutput) with field(s):
/// - [`connection_function_summary(Option<ConnectionFunctionSummary>)`](crate::operation::describe_connection_function::DescribeConnectionFunctionOutput::connection_function_summary): <p>The connection function's summary.</p>
/// - [`e_tag(Option<String>)`](crate::operation::describe_connection_function::DescribeConnectionFunctionOutput::e_tag): <p>The version identifier for the current version of the connection function.</p>
/// - On failure, responds with [`SdkError<DescribeConnectionFunctionError>`](crate::operation::describe_connection_function::DescribeConnectionFunctionError)
pub fn describe_connection_function(&self) -> crate::operation::describe_connection_function::builders::DescribeConnectionFunctionFluentBuilder {
crate::operation::describe_connection_function::builders::DescribeConnectionFunctionFluentBuilder::new(self.handle.clone())
}
}