1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeConnectionLoa`](crate::operation::describe_connection_loa::builders::DescribeConnectionLoaFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`connection_id(impl Into<String>)`](crate::operation::describe_connection_loa::builders::DescribeConnectionLoaFluentBuilder::connection_id) / [`set_connection_id(Option<String>)`](crate::operation::describe_connection_loa::builders::DescribeConnectionLoaFluentBuilder::set_connection_id):<br>required: **true**<br><p>The ID of the connection.</p><br>
    ///   - [`provider_name(impl Into<String>)`](crate::operation::describe_connection_loa::builders::DescribeConnectionLoaFluentBuilder::provider_name) / [`set_provider_name(Option<String>)`](crate::operation::describe_connection_loa::builders::DescribeConnectionLoaFluentBuilder::set_provider_name):<br>required: **false**<br><p>The name of the APN partner or service provider who establishes connectivity on your behalf. If you specify 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_connection_loa::builders::DescribeConnectionLoaFluentBuilder::loa_content_type) / [`set_loa_content_type(Option<LoaContentType>)`](crate::operation::describe_connection_loa::builders::DescribeConnectionLoaFluentBuilder::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 [`DescribeConnectionLoaOutput`](crate::operation::describe_connection_loa::DescribeConnectionLoaOutput) with field(s):
    ///   - [`loa(Option<Loa>)`](crate::operation::describe_connection_loa::DescribeConnectionLoaOutput::loa): <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).</p>
    /// - On failure, responds with [`SdkError<DescribeConnectionLoaError>`](crate::operation::describe_connection_loa::DescribeConnectionLoaError)
    #[deprecated]
    pub fn describe_connection_loa(&self) -> crate::operation::describe_connection_loa::builders::DescribeConnectionLoaFluentBuilder {
        crate::operation::describe_connection_loa::builders::DescribeConnectionLoaFluentBuilder::new(self.handle.clone())
    }
}