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

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

Network.AWS.IAM.DeleteVirtualMFADevice

Contents

Description

Deletes a virtual MFA device.

Synopsis

Creating a Request

deleteVirtualMFADevice Source #

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

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

  • dvmdSerialNumber - The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-

data DeleteVirtualMFADevice Source #

See: deleteVirtualMFADevice smart constructor.

Instances
Eq DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Data DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Methods

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

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

toConstr :: DeleteVirtualMFADevice -> Constr #

dataTypeOf :: DeleteVirtualMFADevice -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Show DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Generic DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Associated Types

type Rep DeleteVirtualMFADevice :: Type -> Type #

Hashable DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

AWSRequest DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Associated Types

type Rs DeleteVirtualMFADevice :: Type #

ToHeaders DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

ToPath DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

ToQuery DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

NFData DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Methods

rnf :: DeleteVirtualMFADevice -> () #

type Rep DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

type Rep DeleteVirtualMFADevice = D1 (MetaData "DeleteVirtualMFADevice" "Network.AWS.IAM.DeleteVirtualMFADevice" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" True) (C1 (MetaCons "DeleteVirtualMFADevice'" PrefixI True) (S1 (MetaSel (Just "_dvmdSerialNumber") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteVirtualMFADevice Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Request Lenses

dvmdSerialNumber :: Lens' DeleteVirtualMFADevice Text Source #

The serial number that uniquely identifies the MFA device. For virtual MFA devices, the serial number is the same as the ARN. This parameter allows (per its regex pattern ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@:/-

Destructuring the Response

deleteVirtualMFADeviceResponse :: DeleteVirtualMFADeviceResponse Source #

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

data DeleteVirtualMFADeviceResponse Source #

See: deleteVirtualMFADeviceResponse smart constructor.

Instances
Eq DeleteVirtualMFADeviceResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Data DeleteVirtualMFADeviceResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Methods

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

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

toConstr :: DeleteVirtualMFADeviceResponse -> Constr #

dataTypeOf :: DeleteVirtualMFADeviceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteVirtualMFADeviceResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Show DeleteVirtualMFADeviceResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Generic DeleteVirtualMFADeviceResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

Associated Types

type Rep DeleteVirtualMFADeviceResponse :: Type -> Type #

NFData DeleteVirtualMFADeviceResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

type Rep DeleteVirtualMFADeviceResponse Source # 
Instance details

Defined in Network.AWS.IAM.DeleteVirtualMFADevice

type Rep DeleteVirtualMFADeviceResponse = D1 (MetaData "DeleteVirtualMFADeviceResponse" "Network.AWS.IAM.DeleteVirtualMFADevice" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" False) (C1 (MetaCons "DeleteVirtualMFADeviceResponse'" PrefixI False) (U1 :: Type -> Type))