amazonka-alexa-business-1.6.1: Amazon Alexa For Business 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.AlexaBusiness.GetProfile

Contents

Description

Gets the details of a room profile by profile ARN.

Synopsis

Creating a Request

getProfile :: GetProfile Source #

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

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

  • gpProfileARN - The ARN of the room profile for which to request details. Required.

data GetProfile Source #

See: getProfile smart constructor.

Instances
Eq GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Data GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Methods

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

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

toConstr :: GetProfile -> Constr #

dataTypeOf :: GetProfile -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Show GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Generic GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Associated Types

type Rep GetProfile :: Type -> Type #

Hashable GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

ToJSON GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

AWSRequest GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Associated Types

type Rs GetProfile :: Type #

ToHeaders GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Methods

toHeaders :: GetProfile -> [Header] #

ToPath GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

ToQuery GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

NFData GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Methods

rnf :: GetProfile -> () #

type Rep GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

type Rep GetProfile = D1 (MetaData "GetProfile" "Network.AWS.AlexaBusiness.GetProfile" "amazonka-alexa-business-1.6.1-FQuG4RoJ6vRJhvV2Vb1OnQ" True) (C1 (MetaCons "GetProfile'" PrefixI True) (S1 (MetaSel (Just "_gpProfileARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs GetProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Request Lenses

gpProfileARN :: Lens' GetProfile (Maybe Text) Source #

The ARN of the room profile for which to request details. Required.

Destructuring the Response

getProfileResponse Source #

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

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

data GetProfileResponse Source #

See: getProfileResponse smart constructor.

Instances
Eq GetProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Data GetProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Methods

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

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

toConstr :: GetProfileResponse -> Constr #

dataTypeOf :: GetProfileResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Show GetProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Generic GetProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Associated Types

type Rep GetProfileResponse :: Type -> Type #

NFData GetProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

Methods

rnf :: GetProfileResponse -> () #

type Rep GetProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.GetProfile

type Rep GetProfileResponse = D1 (MetaData "GetProfileResponse" "Network.AWS.AlexaBusiness.GetProfile" "amazonka-alexa-business-1.6.1-FQuG4RoJ6vRJhvV2Vb1OnQ" False) (C1 (MetaCons "GetProfileResponse'" PrefixI True) (S1 (MetaSel (Just "_gprsProfile") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Profile)) :*: S1 (MetaSel (Just "_gprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

gprsProfile :: Lens' GetProfileResponse (Maybe Profile) Source #

The details of the room profile requested. Required.

gprsResponseStatus :: Lens' GetProfileResponse Int Source #

  • - | The response status code.