Copyright | (c) 2013-2015 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Updates the metadata document for an existing SAML provider.
This operation requires Signature Version 4.
See: AWS API Reference for UpdateSAMLProvider.
- updateSAMLProvider :: Text -> Text -> UpdateSAMLProvider
- data UpdateSAMLProvider
- usamlpSAMLMetadataDocument :: Lens' UpdateSAMLProvider Text
- usamlpSAMLProviderARN :: Lens' UpdateSAMLProvider Text
- updateSAMLProviderResponse :: Int -> UpdateSAMLProviderResponse
- data UpdateSAMLProviderResponse
- usamlprsSAMLProviderARN :: Lens' UpdateSAMLProviderResponse (Maybe Text)
- usamlprsResponseStatus :: Lens' UpdateSAMLProviderResponse Int
Creating a Request
Creates a value of UpdateSAMLProvider
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateSAMLProvider Source
See: updateSAMLProvider
smart constructor.
Request Lenses
usamlpSAMLMetadataDocument :: Lens' UpdateSAMLProvider Text Source
An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
usamlpSAMLProviderARN :: Lens' UpdateSAMLProvider Text Source
The Amazon Resource Name (ARN) of the SAML provider to update.
Destructuring the Response
updateSAMLProviderResponse Source
Creates a value of UpdateSAMLProviderResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateSAMLProviderResponse Source
Contains the response to a successful UpdateSAMLProvider request.
See: updateSAMLProviderResponse
smart constructor.
Response Lenses
usamlprsSAMLProviderARN :: Lens' UpdateSAMLProviderResponse (Maybe Text) Source
The Amazon Resource Name (ARN) of the SAML provider that was updated.
usamlprsResponseStatus :: Lens' UpdateSAMLProviderResponse Int Source
The response status code.