// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DescribeInterconnectLoa`](crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`interconnect_id(impl Into<String>)`](crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder::interconnect_id) / [`set_interconnect_id(Option<String>)`](crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder::set_interconnect_id):<br>required: **true**<br><p>The ID of the interconnect.</p><br>
/// - [`provider_name(impl Into<String>)`](crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder::provider_name) / [`set_provider_name(Option<String>)`](crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder::set_provider_name):<br>required: **false**<br><p>The name of the service provider who establishes connectivity on your behalf. If you supply this parameter, the LOA-CFA lists the provider name alongside your company name as the requester of the cross connect.</p><br>
/// - [`loa_content_type(LoaContentType)`](crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder::loa_content_type) / [`set_loa_content_type(Option<LoaContentType>)`](crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder::set_loa_content_type):<br>required: **false**<br><p>The standard media type for the LOA-CFA document. The only supported value is application/pdf.</p><br>
/// - On success, responds with [`DescribeInterconnectLoaOutput`](crate::operation::describe_interconnect_loa::DescribeInterconnectLoaOutput) with field(s):
/// - [`loa(Option<Loa>)`](crate::operation::describe_interconnect_loa::DescribeInterconnectLoaOutput::loa): <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).</p>
/// - On failure, responds with [`SdkError<DescribeInterconnectLoaError>`](crate::operation::describe_interconnect_loa::DescribeInterconnectLoaError)
#[deprecated]
pub fn describe_interconnect_loa(&self) -> crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder {
crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder::new(self.handle.clone())
}
}