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 [`ListSAMLProviders`](crate::operation::list_saml_providers::builders::ListSAMLProvidersFluentBuilder) operation.
    ///
    /// - The fluent builder takes no input, just [`send`](crate::operation::list_saml_providers::builders::ListSAMLProvidersFluentBuilder::send) it.
    /// - On success, responds with [`ListSamlProvidersOutput`](crate::operation::list_saml_providers::ListSamlProvidersOutput) with field(s):
    ///   - [`saml_provider_list(Option<Vec::<SamlProviderListEntry>>)`](crate::operation::list_saml_providers::ListSamlProvidersOutput::saml_provider_list): <p>The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.</p>
    /// - On failure, responds with [`SdkError<ListSAMLProvidersError>`](crate::operation::list_saml_providers::ListSAMLProvidersError)
    pub fn list_saml_providers(&self) -> crate::operation::list_saml_providers::builders::ListSAMLProvidersFluentBuilder {
        crate::operation::list_saml_providers::builders::ListSAMLProvidersFluentBuilder::new(self.handle.clone())
    }
}