amazonka-iam-0.0.4: Amazon Identity and Access Management SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.UpdateServerCertificate

Contents

Description

Updates the name and/or the path of the specified server certificate.

You should understand the implications of changing a server certificate's path or name. For more information, see Managing Server Certificates in the Using IAM guide.

http://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateServerCertificate.html

Synopsis

Request

Request constructor

Request lenses

usc1NewPath :: Lens' UpdateServerCertificate (Maybe Text) Source

The new path for the server certificate. Include this only if you are updating the server certificate's path.

usc1NewServerCertificateName :: Lens' UpdateServerCertificate (Maybe Text) Source

The new name for the server certificate. Include this only if you are updating the server certificate's name.

usc1ServerCertificateName :: Lens' UpdateServerCertificate Text Source

The name of the server certificate that you want to update.

Response

Response constructor