aws-sdk-config 1.116.0

AWS SDK for AWS Config
Documentation
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 [`GetConnector`](crate::operation::get_connector::builders::GetConnectorFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`arn(impl Into<String>)`](crate::operation::get_connector::builders::GetConnectorFluentBuilder::arn) / [`set_arn(Option<String>)`](crate::operation::get_connector::builders::GetConnectorFluentBuilder::set_arn):<br>required: **true**<br><p>The Amazon Resource Name (ARN) of the connector.</p><br>
    /// - On success, responds with [`GetConnectorOutput`](crate::operation::get_connector::GetConnectorOutput) with field(s):
    ///   - [`connector(Option<Connector>)`](crate::operation::get_connector::GetConnectorOutput::connector): <p>The details of the specified connector.</p>
    /// - On failure, responds with [`SdkError<GetConnectorError>`](crate::operation::get_connector::GetConnectorError)
    pub fn get_connector(&self) -> crate::operation::get_connector::builders::GetConnectorFluentBuilder {
        crate::operation::get_connector::builders::GetConnectorFluentBuilder::new(self.handle.clone())
    }
}