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 |
Replaces the existing list of server certificate thumbprints with a new list.
The list that you pass with this action completely replaces the existing list of thumbprints. (The lists are not merged.)
Typically, you need to update a thumbprint only when the identity provider's certificate changes, which occurs rarely. However, if the provider's certificate does change, any attempt to assume an IAM role that specifies the OIDC provider as a principal will fail until the certificate thumbprint is updated.
Because trust for the OpenID Connect provider is ultimately derived from
the provider's certificate and is validated by the thumbprint, it is a
best practice to limit access to the
UpdateOpenIDConnectProviderThumbprint
action to highly-privileged
users.
See: AWS API Reference for UpdateOpenIdConnectProviderThumbprint.
- updateOpenIdConnectProviderThumbprint :: Text -> UpdateOpenIdConnectProviderThumbprint
- data UpdateOpenIdConnectProviderThumbprint
- uoicptOpenIdConnectProviderARN :: Lens' UpdateOpenIdConnectProviderThumbprint Text
- uoicptThumbprintList :: Lens' UpdateOpenIdConnectProviderThumbprint [Text]
- updateOpenIdConnectProviderThumbprintResponse :: UpdateOpenIdConnectProviderThumbprintResponse
- data UpdateOpenIdConnectProviderThumbprintResponse
Creating a Request
updateOpenIdConnectProviderThumbprint Source
Creates a value of UpdateOpenIdConnectProviderThumbprint
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data UpdateOpenIdConnectProviderThumbprint Source
See: updateOpenIdConnectProviderThumbprint
smart constructor.
Request Lenses
uoicptOpenIdConnectProviderARN :: Lens' UpdateOpenIdConnectProviderThumbprint Text Source
The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider to update the thumbprint for. You can get a list of OIDC provider ARNs by using the ListOpenIDConnectProviders action.
uoicptThumbprintList :: Lens' UpdateOpenIdConnectProviderThumbprint [Text] Source
A list of certificate thumbprints that are associated with the specified IAM OpenID Connect provider. For more information, see CreateOpenIDConnectProvider.
Destructuring the Response
updateOpenIdConnectProviderThumbprintResponse :: UpdateOpenIdConnectProviderThumbprintResponse Source
Creates a value of UpdateOpenIdConnectProviderThumbprintResponse
with the minimum fields required to make a request.
data UpdateOpenIdConnectProviderThumbprintResponse Source
See: updateOpenIdConnectProviderThumbprintResponse
smart constructor.