amazonka-iam-1.4.4: 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.GetAccountPasswordPolicy

Contents

Description

Retrieves the password policy for the AWS account. For more information about using a password policy, go to Managing an IAM Password Policy.

Synopsis

Creating a Request

getAccountPasswordPolicy :: GetAccountPasswordPolicy Source #

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

data GetAccountPasswordPolicy Source #

See: getAccountPasswordPolicy smart constructor.

Instances

Eq GetAccountPasswordPolicy Source # 
Data GetAccountPasswordPolicy Source # 

Methods

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

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

toConstr :: GetAccountPasswordPolicy -> Constr #

dataTypeOf :: GetAccountPasswordPolicy -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAccountPasswordPolicy Source # 
Show GetAccountPasswordPolicy Source # 
Generic GetAccountPasswordPolicy Source # 
Hashable GetAccountPasswordPolicy Source # 
NFData GetAccountPasswordPolicy Source # 
AWSRequest GetAccountPasswordPolicy Source # 
ToPath GetAccountPasswordPolicy Source # 
ToHeaders GetAccountPasswordPolicy Source # 
ToQuery GetAccountPasswordPolicy Source # 
type Rep GetAccountPasswordPolicy Source # 
type Rep GetAccountPasswordPolicy = D1 (MetaData "GetAccountPasswordPolicy" "Network.AWS.IAM.GetAccountPasswordPolicy" "amazonka-iam-1.4.4-BicPZt3TaHh2CoAkQqkWBu" False) (C1 (MetaCons "GetAccountPasswordPolicy'" PrefixI False) U1)
type Rs GetAccountPasswordPolicy Source # 

Destructuring the Response

getAccountPasswordPolicyResponse Source #

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

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

data GetAccountPasswordPolicyResponse Source #

Contains the response to a successful GetAccountPasswordPolicy request.

See: getAccountPasswordPolicyResponse smart constructor.

Instances

Eq GetAccountPasswordPolicyResponse Source # 
Data GetAccountPasswordPolicyResponse Source # 

Methods

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

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

toConstr :: GetAccountPasswordPolicyResponse -> Constr #

dataTypeOf :: GetAccountPasswordPolicyResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAccountPasswordPolicyResponse Source # 
Show GetAccountPasswordPolicyResponse Source # 
Generic GetAccountPasswordPolicyResponse Source # 
NFData GetAccountPasswordPolicyResponse Source # 
type Rep GetAccountPasswordPolicyResponse Source # 
type Rep GetAccountPasswordPolicyResponse = D1 (MetaData "GetAccountPasswordPolicyResponse" "Network.AWS.IAM.GetAccountPasswordPolicy" "amazonka-iam-1.4.4-BicPZt3TaHh2CoAkQqkWBu" False) (C1 (MetaCons "GetAccountPasswordPolicyResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gapprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_gapprsPasswordPolicy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 PasswordPolicy))))

Response Lenses