aws_sdk_iam/client/
list_saml_providers.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 [`ListSAMLProviders`](crate::operation::list_saml_providers::builders::ListSAMLProvidersFluentBuilder) operation.
4    ///
5    /// - The fluent builder takes no input, just [`send`](crate::operation::list_saml_providers::builders::ListSAMLProvidersFluentBuilder::send) it.
6    /// - On success, responds with [`ListSamlProvidersOutput`](crate::operation::list_saml_providers::ListSamlProvidersOutput) with field(s):
7    ///   - [`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>
8    /// - On failure, responds with [`SdkError<ListSAMLProvidersError>`](crate::operation::list_saml_providers::ListSAMLProvidersError)
9    pub fn list_saml_providers(&self) -> crate::operation::list_saml_providers::builders::ListSAMLProvidersFluentBuilder {
10        crate::operation::list_saml_providers::builders::ListSAMLProvidersFluentBuilder::new(self.handle.clone())
11    }
12}