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

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.IAM.UpdateSSHPublicKey

Contents

Description

Sets the status of the specified SSH public key to active or inactive. SSH public keys that are inactive cannot be used for authentication. This action can be used to disable a user's SSH public key as part of a key rotation work flow.

The SSH public key affected by this action is used only for authenticating the associated IAM user to an AWS CodeCommit repository. For more information about using SSH keys to authenticate to an AWS CodeCommit repository, see Set up AWS CodeCommit for SSH Connections in the AWS CodeCommit User Guide.

Synopsis

Creating a Request

updateSSHPublicKey Source #

Creates a value of UpdateSSHPublicKey with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data UpdateSSHPublicKey Source #

See: updateSSHPublicKey smart constructor.

Instances

Eq UpdateSSHPublicKey Source # 
Data UpdateSSHPublicKey Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateSSHPublicKey -> c UpdateSSHPublicKey #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateSSHPublicKey #

toConstr :: UpdateSSHPublicKey -> Constr #

dataTypeOf :: UpdateSSHPublicKey -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UpdateSSHPublicKey) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateSSHPublicKey) #

gmapT :: (forall b. Data b => b -> b) -> UpdateSSHPublicKey -> UpdateSSHPublicKey #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateSSHPublicKey -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateSSHPublicKey -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateSSHPublicKey -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateSSHPublicKey -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateSSHPublicKey -> m UpdateSSHPublicKey #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateSSHPublicKey -> m UpdateSSHPublicKey #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateSSHPublicKey -> m UpdateSSHPublicKey #

Read UpdateSSHPublicKey Source # 
Show UpdateSSHPublicKey Source # 
Generic UpdateSSHPublicKey Source # 
Hashable UpdateSSHPublicKey Source # 
NFData UpdateSSHPublicKey Source # 

Methods

rnf :: UpdateSSHPublicKey -> () #

AWSRequest UpdateSSHPublicKey Source # 
ToQuery UpdateSSHPublicKey Source # 
ToPath UpdateSSHPublicKey Source # 
ToHeaders UpdateSSHPublicKey Source # 
type Rep UpdateSSHPublicKey Source # 
type Rep UpdateSSHPublicKey = D1 (MetaData "UpdateSSHPublicKey" "Network.AWS.IAM.UpdateSSHPublicKey" "amazonka-iam-1.4.1-7UxTCVdPNcf8CA4oHmoXZ6" False) (C1 (MetaCons "UpdateSSHPublicKey'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uspkUserName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_uspkSSHPublicKeyId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_uspkStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 StatusType)))))
type Rs UpdateSSHPublicKey Source # 

Request Lenses

uspkUserName :: Lens' UpdateSSHPublicKey Text Source #

The name of the IAM user associated with the SSH public key.

uspkSSHPublicKeyId :: Lens' UpdateSSHPublicKey Text Source #

The unique identifier for the SSH public key.

uspkStatus :: Lens' UpdateSSHPublicKey StatusType Source #

The status to assign to the SSH public key. Active means the key can be used for authentication with an AWS CodeCommit repository. Inactive means the key cannot be used.

Destructuring the Response

updateSSHPublicKeyResponse :: UpdateSSHPublicKeyResponse Source #

Creates a value of UpdateSSHPublicKeyResponse with the minimum fields required to make a request.

data UpdateSSHPublicKeyResponse Source #

See: updateSSHPublicKeyResponse smart constructor.

Instances

Eq UpdateSSHPublicKeyResponse Source # 
Data UpdateSSHPublicKeyResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateSSHPublicKeyResponse -> c UpdateSSHPublicKeyResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateSSHPublicKeyResponse #

toConstr :: UpdateSSHPublicKeyResponse -> Constr #

dataTypeOf :: UpdateSSHPublicKeyResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c UpdateSSHPublicKeyResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateSSHPublicKeyResponse) #

gmapT :: (forall b. Data b => b -> b) -> UpdateSSHPublicKeyResponse -> UpdateSSHPublicKeyResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateSSHPublicKeyResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateSSHPublicKeyResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateSSHPublicKeyResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateSSHPublicKeyResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateSSHPublicKeyResponse -> m UpdateSSHPublicKeyResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateSSHPublicKeyResponse -> m UpdateSSHPublicKeyResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateSSHPublicKeyResponse -> m UpdateSSHPublicKeyResponse #

Read UpdateSSHPublicKeyResponse Source # 
Show UpdateSSHPublicKeyResponse Source # 
Generic UpdateSSHPublicKeyResponse Source # 
NFData UpdateSSHPublicKeyResponse Source # 
type Rep UpdateSSHPublicKeyResponse Source # 
type Rep UpdateSSHPublicKeyResponse = D1 (MetaData "UpdateSSHPublicKeyResponse" "Network.AWS.IAM.UpdateSSHPublicKey" "amazonka-iam-1.4.1-7UxTCVdPNcf8CA4oHmoXZ6" False) (C1 (MetaCons "UpdateSSHPublicKeyResponse'" PrefixI False) U1)