1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`ListSourceCredentials`](crate::operation::list_source_credentials::builders::ListSourceCredentialsFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::list_source_credentials::builders::ListSourceCredentialsFluentBuilder::send) it.
    /// - On success, responds with [`ListSourceCredentialsOutput`](crate::operation::list_source_credentials::ListSourceCredentialsOutput) with field(s):
    ///   - [`source_credentials_infos(Option<Vec::<SourceCredentialsInfo>>)`](crate::operation::list_source_credentials::ListSourceCredentialsOutput::source_credentials_infos): <p>A list of <code>SourceCredentialsInfo</code> objects. Each <code>SourceCredentialsInfo</code> object includes the authentication type, token ARN, and type of source provider for one set of credentials.</p>
    /// - On failure, responds with [`SdkError<ListSourceCredentialsError>`](crate::operation::list_source_credentials::ListSourceCredentialsError)
    pub fn list_source_credentials(&self) -> crate::operation::list_source_credentials::builders::ListSourceCredentialsFluentBuilder {
        crate::operation::list_source_credentials::builders::ListSourceCredentialsFluentBuilder::new(self.handle.clone())
    }
}