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.GenerateCredentialReport

Contents

Description

Generates a credential report for the AWS account. For more information about the credential report, see Getting Credential Reports in the IAM User Guide .

Synopsis

Creating a Request

generateCredentialReport :: GenerateCredentialReport Source #

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

data GenerateCredentialReport Source #

See: generateCredentialReport smart constructor.

Instances
Eq GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Data GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Methods

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

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

toConstr :: GenerateCredentialReport -> Constr #

dataTypeOf :: GenerateCredentialReport -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Show GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Generic GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Associated Types

type Rep GenerateCredentialReport :: Type -> Type #

Hashable GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

AWSRequest GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Associated Types

type Rs GenerateCredentialReport :: Type #

ToHeaders GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

ToPath GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

ToQuery GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

NFData GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

type Rep GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

type Rep GenerateCredentialReport = D1 (MetaData "GenerateCredentialReport" "Network.AWS.IAM.GenerateCredentialReport" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" False) (C1 (MetaCons "GenerateCredentialReport'" PrefixI False) (U1 :: Type -> Type))
type Rs GenerateCredentialReport Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Destructuring the Response

generateCredentialReportResponse Source #

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

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

data GenerateCredentialReportResponse Source #

Contains the response to a successful GenerateCredentialReport request.

See: generateCredentialReportResponse smart constructor.

Instances
Eq GenerateCredentialReportResponse Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Data GenerateCredentialReportResponse Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Methods

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

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

toConstr :: GenerateCredentialReportResponse -> Constr #

dataTypeOf :: GenerateCredentialReportResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GenerateCredentialReportResponse Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Show GenerateCredentialReportResponse Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Generic GenerateCredentialReportResponse Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

Associated Types

type Rep GenerateCredentialReportResponse :: Type -> Type #

NFData GenerateCredentialReportResponse Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

type Rep GenerateCredentialReportResponse Source # 
Instance details

Defined in Network.AWS.IAM.GenerateCredentialReport

type Rep GenerateCredentialReportResponse = D1 (MetaData "GenerateCredentialReportResponse" "Network.AWS.IAM.GenerateCredentialReport" "amazonka-iam-1.6.1-BDjAp2BAcQu3GSS4Bsr6zu" False) (C1 (MetaCons "GenerateCredentialReportResponse'" PrefixI True) (S1 (MetaSel (Just "_gcrrsState") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ReportStateType)) :*: (S1 (MetaSel (Just "_gcrrsDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_gcrrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

gcrrsState :: Lens' GenerateCredentialReportResponse (Maybe ReportStateType) Source #

Information about the state of the credential report.

gcrrsDescription :: Lens' GenerateCredentialReportResponse (Maybe Text) Source #

Information about the credential report.