1
2
3
4
5
6
7
8
9
10
11
12
13
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`DescribeCustomerMetadata`](crate::operation::describe_customer_metadata::builders::DescribeCustomerMetadataFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::describe_customer_metadata::builders::DescribeCustomerMetadataFluentBuilder::send) it.
    /// - On success, responds with [`DescribeCustomerMetadataOutput`](crate::operation::describe_customer_metadata::DescribeCustomerMetadataOutput) with field(s):
    ///   - [`agreements(Option<Vec::<CustomerAgreement>>)`](crate::operation::describe_customer_metadata::DescribeCustomerMetadataOutput::agreements): <p>The list of customer agreements.</p>
    ///   - [`nni_partner_type(Option<NniPartnerType>)`](crate::operation::describe_customer_metadata::DescribeCustomerMetadataOutput::nni_partner_type): <p>The type of network-to-network interface (NNI) partner. The partner type will be one of the following:</p> <ul>  <li>   <p>V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.</p></li>  <li>   <p>V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.</p></li>  <li>   <p>nonPartner: The customer is not a partner.</p></li> </ul>
    /// - On failure, responds with [`SdkError<DescribeCustomerMetadataError>`](crate::operation::describe_customer_metadata::DescribeCustomerMetadataError)
    pub fn describe_customer_metadata(&self) -> crate::operation::describe_customer_metadata::builders::DescribeCustomerMetadataFluentBuilder {
        crate::operation::describe_customer_metadata::builders::DescribeCustomerMetadataFluentBuilder::new(self.handle.clone())
    }
}