Copyright | (c) 2013-2018 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 |
Language | Haskell2010 |
Network.AWS.IAM.UpdateSAMLProvider
Description
Updates the metadata document for an existing SAML provider resource object.
- 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:
usamlpSAMLMetadataDocument
- 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
- The Amazon Resource Name (ARN) of the SAML provider to update. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
data UpdateSAMLProvider #
See: updateSAMLProvider
smart constructor.
Instances
Request Lenses
usamlpSAMLMetadataDocument :: Lens' UpdateSAMLProvider Text #
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 #
The Amazon Resource Name (ARN) of the SAML provider to update. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference .
Destructuring the Response
Arguments
:: Int | |
-> UpdateSAMLProviderResponse |
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:
usamlprsSAMLProviderARN
- The Amazon Resource Name (ARN) of the SAML provider that was updated.usamlprsResponseStatus
- -- | The response status code.
data UpdateSAMLProviderResponse #
Contains the response to a successful UpdateSAMLProvider
request.
See: updateSAMLProviderResponse
smart constructor.
Response Lenses
usamlprsSAMLProviderARN :: Lens' UpdateSAMLProviderResponse (Maybe Text) #
The Amazon Resource Name (ARN) of the SAML provider that was updated.
usamlprsResponseStatus :: Lens' UpdateSAMLProviderResponse Int #
- - | The response status code.