amazonka-iam-1.4.2: 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.DeleteGroup

Contents

Description

Deletes the specified group. The group must not contain any users or have any attached policies.

Synopsis

Creating a Request

deleteGroup Source #

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

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

data DeleteGroup Source #

See: deleteGroup smart constructor.

Instances

Eq DeleteGroup Source # 
Data DeleteGroup Source # 

Methods

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

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

toConstr :: DeleteGroup -> Constr #

dataTypeOf :: DeleteGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteGroup Source # 
Show DeleteGroup Source # 
Generic DeleteGroup Source # 

Associated Types

type Rep DeleteGroup :: * -> * #

Hashable DeleteGroup Source # 
NFData DeleteGroup Source # 

Methods

rnf :: DeleteGroup -> () #

AWSRequest DeleteGroup Source # 
ToQuery DeleteGroup Source # 
ToPath DeleteGroup Source # 
ToHeaders DeleteGroup Source # 

Methods

toHeaders :: DeleteGroup -> [Header] #

type Rep DeleteGroup Source # 
type Rep DeleteGroup = D1 (MetaData "DeleteGroup" "Network.AWS.IAM.DeleteGroup" "amazonka-iam-1.4.2-IxxX1VashHkGLYx0CCJHht" True) (C1 (MetaCons "DeleteGroup'" PrefixI True) (S1 (MetaSel (Just Symbol "_dgGroupName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteGroup Source # 

Request Lenses

dgGroupName :: Lens' DeleteGroup Text Source #

The name of the group to delete.

Destructuring the Response

deleteGroupResponse :: DeleteGroupResponse Source #

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

data DeleteGroupResponse Source #

See: deleteGroupResponse smart constructor.

Instances

Eq DeleteGroupResponse Source # 
Data DeleteGroupResponse Source # 

Methods

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

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

toConstr :: DeleteGroupResponse -> Constr #

dataTypeOf :: DeleteGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteGroupResponse Source # 
Show DeleteGroupResponse Source # 
Generic DeleteGroupResponse Source # 
NFData DeleteGroupResponse Source # 

Methods

rnf :: DeleteGroupResponse -> () #

type Rep DeleteGroupResponse Source # 
type Rep DeleteGroupResponse = D1 (MetaData "DeleteGroupResponse" "Network.AWS.IAM.DeleteGroup" "amazonka-iam-1.4.2-IxxX1VashHkGLYx0CCJHht" False) (C1 (MetaCons "DeleteGroupResponse'" PrefixI False) U1)