aws_sdk_directconnect/client/describe_interconnect_loa.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3 /// Constructs a fluent builder for the [`DescribeInterconnectLoa`](crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder) operation.
4 ///
5 /// - The fluent builder is configurable:
6 /// - [`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>
7 /// - [`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>
8 /// - [`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>
9 /// - On success, responds with [`DescribeInterconnectLoaOutput`](crate::operation::describe_interconnect_loa::DescribeInterconnectLoaOutput) with field(s):
10 /// - [`loa(Option<Loa>)`](crate::operation::describe_interconnect_loa::DescribeInterconnectLoaOutput::loa): <p>The Letter of Authorization - Connecting Facility Assignment (LOA-CFA).</p>
11 /// - On failure, responds with [`SdkError<DescribeInterconnectLoaError>`](crate::operation::describe_interconnect_loa::DescribeInterconnectLoaError)
12 #[deprecated]
13 pub fn describe_interconnect_loa(&self) -> crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder {
14 crate::operation::describe_interconnect_loa::builders::DescribeInterconnectLoaFluentBuilder::new(self.handle.clone())
15 }
16}