Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Lists the SAML provider resource objects defined in IAM in the account. IAM resource-listing operations return a subset of the available attributes for the resource. For example, this operation does not return tags, even though they are an attribute of the returned object. To view all of the information for a SAML provider, see GetSAMLProvider.
This operation requires Signature Version 4.
Synopsis
- data ListSAMLProviders = ListSAMLProviders' {
- newListSAMLProviders :: ListSAMLProviders
- data ListSAMLProvidersResponse = ListSAMLProvidersResponse' {}
- newListSAMLProvidersResponse :: Int -> ListSAMLProvidersResponse
- listSAMLProvidersResponse_sAMLProviderList :: Lens' ListSAMLProvidersResponse (Maybe [SAMLProviderListEntry])
- listSAMLProvidersResponse_httpStatus :: Lens' ListSAMLProvidersResponse Int
Creating a Request
data ListSAMLProviders Source #
See: newListSAMLProviders
smart constructor.
Instances
newListSAMLProviders :: ListSAMLProviders Source #
Create a value of ListSAMLProviders
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data ListSAMLProvidersResponse Source #
Contains the response to a successful ListSAMLProviders request.
See: newListSAMLProvidersResponse
smart constructor.
ListSAMLProvidersResponse' | |
|
Instances
newListSAMLProvidersResponse Source #
Create a value of ListSAMLProvidersResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:sAMLProviderList:ListSAMLProvidersResponse'
, listSAMLProvidersResponse_sAMLProviderList
- The list of SAML provider resource objects defined in IAM for this
Amazon Web Services account.
$sel:httpStatus:ListSAMLProvidersResponse'
, listSAMLProvidersResponse_httpStatus
- The response's http status code.
Response Lenses
listSAMLProvidersResponse_sAMLProviderList :: Lens' ListSAMLProvidersResponse (Maybe [SAMLProviderListEntry]) Source #
The list of SAML provider resource objects defined in IAM for this Amazon Web Services account.
listSAMLProvidersResponse_httpStatus :: Lens' ListSAMLProvidersResponse Int Source #
The response's http status code.