amazonka-alexa-business-1.6.0: 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.GetSkillGroup

Contents

Description

Gets skill group details by skill group ARN.

Synopsis

Creating a Request

getSkillGroup :: GetSkillGroup Source #

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

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

  • gsgSkillGroupARN - The ARN of the skill group for which to get details. Required.

data GetSkillGroup Source #

See: getSkillGroup smart constructor.

Instances

Eq GetSkillGroup Source # 
Data GetSkillGroup Source # 

Methods

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

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

toConstr :: GetSkillGroup -> Constr #

dataTypeOf :: GetSkillGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSkillGroup Source # 
Show GetSkillGroup Source # 
Generic GetSkillGroup Source # 

Associated Types

type Rep GetSkillGroup :: * -> * #

Hashable GetSkillGroup Source # 
ToJSON GetSkillGroup Source # 
NFData GetSkillGroup Source # 

Methods

rnf :: GetSkillGroup -> () #

AWSRequest GetSkillGroup Source # 
ToHeaders GetSkillGroup Source # 
ToPath GetSkillGroup Source # 
ToQuery GetSkillGroup Source # 
type Rep GetSkillGroup Source # 
type Rep GetSkillGroup = D1 * (MetaData "GetSkillGroup" "Network.AWS.AlexaBusiness.GetSkillGroup" "amazonka-alexa-business-1.6.0-DI5T43QkJWfD1hlGpmjsnd" True) (C1 * (MetaCons "GetSkillGroup'" PrefixI True) (S1 * (MetaSel (Just Symbol "_gsgSkillGroupARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))
type Rs GetSkillGroup Source # 

Request Lenses

gsgSkillGroupARN :: Lens' GetSkillGroup (Maybe Text) Source #

The ARN of the skill group for which to get details. Required.

Destructuring the Response

getSkillGroupResponse Source #

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

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

data GetSkillGroupResponse Source #

See: getSkillGroupResponse smart constructor.

Instances

Eq GetSkillGroupResponse Source # 
Data GetSkillGroupResponse Source # 

Methods

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

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

toConstr :: GetSkillGroupResponse -> Constr #

dataTypeOf :: GetSkillGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSkillGroupResponse Source # 
Show GetSkillGroupResponse Source # 
Generic GetSkillGroupResponse Source # 
NFData GetSkillGroupResponse Source # 

Methods

rnf :: GetSkillGroupResponse -> () #

type Rep GetSkillGroupResponse Source # 
type Rep GetSkillGroupResponse = D1 * (MetaData "GetSkillGroupResponse" "Network.AWS.AlexaBusiness.GetSkillGroup" "amazonka-alexa-business-1.6.0-DI5T43QkJWfD1hlGpmjsnd" False) (C1 * (MetaCons "GetSkillGroupResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gsgrsSkillGroup") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe SkillGroup))) (S1 * (MetaSel (Just Symbol "_gsgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

gsgrsSkillGroup :: Lens' GetSkillGroupResponse (Maybe SkillGroup) Source #

The details of the skill group requested. Required.

gsgrsResponseStatus :: Lens' GetSkillGroupResponse Int Source #

  • - | The response status code.