amazonka-fms-1.6.0: Amazon Firewall Management Service 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.FMS.GetAdminAccount

Contents

Description

Returns the AWS Organizations master account that is associated with AWS Firewall Manager as the AWS Firewall Manager administrator.

Synopsis

Creating a Request

getAdminAccount :: GetAdminAccount Source #

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

data GetAdminAccount Source #

See: getAdminAccount smart constructor.

Instances

Eq GetAdminAccount Source # 
Data GetAdminAccount Source # 

Methods

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

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

toConstr :: GetAdminAccount -> Constr #

dataTypeOf :: GetAdminAccount -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAdminAccount Source # 
Show GetAdminAccount Source # 
Generic GetAdminAccount Source # 
Hashable GetAdminAccount Source # 
ToJSON GetAdminAccount Source # 
NFData GetAdminAccount Source # 

Methods

rnf :: GetAdminAccount -> () #

AWSRequest GetAdminAccount Source # 
ToHeaders GetAdminAccount Source # 
ToPath GetAdminAccount Source # 
ToQuery GetAdminAccount Source # 
type Rep GetAdminAccount Source # 
type Rep GetAdminAccount = D1 * (MetaData "GetAdminAccount" "Network.AWS.FMS.GetAdminAccount" "amazonka-fms-1.6.0-LeoW8RIt9JY546wb6d63QL" False) (C1 * (MetaCons "GetAdminAccount'" PrefixI False) (U1 *))
type Rs GetAdminAccount Source # 

Destructuring the Response

getAdminAccountResponse Source #

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

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

data GetAdminAccountResponse Source #

See: getAdminAccountResponse smart constructor.

Instances

Eq GetAdminAccountResponse Source # 
Data GetAdminAccountResponse Source # 

Methods

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

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

toConstr :: GetAdminAccountResponse -> Constr #

dataTypeOf :: GetAdminAccountResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetAdminAccountResponse Source # 
Show GetAdminAccountResponse Source # 
Generic GetAdminAccountResponse Source # 
NFData GetAdminAccountResponse Source # 

Methods

rnf :: GetAdminAccountResponse -> () #

type Rep GetAdminAccountResponse Source # 
type Rep GetAdminAccountResponse = D1 * (MetaData "GetAdminAccountResponse" "Network.AWS.FMS.GetAdminAccount" "amazonka-fms-1.6.0-LeoW8RIt9JY546wb6d63QL" False) (C1 * (MetaCons "GetAdminAccountResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gaarsAdminAccount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gaarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

gaarsAdminAccount :: Lens' GetAdminAccountResponse (Maybe Text) Source #

The AWS account that is set as the AWS Firewall Manager administrator.