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

Contents

Description

Creates a skill group with a specified name and description.

Synopsis

Creating a Request

createSkillGroup Source #

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

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

data CreateSkillGroup Source #

See: createSkillGroup smart constructor.

Instances

Eq CreateSkillGroup Source # 
Data CreateSkillGroup Source # 

Methods

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

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

toConstr :: CreateSkillGroup -> Constr #

dataTypeOf :: CreateSkillGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: CreateSkillGroup -> () #

AWSRequest CreateSkillGroup Source # 
ToHeaders CreateSkillGroup Source # 
ToPath CreateSkillGroup Source # 
ToQuery CreateSkillGroup Source # 
type Rep CreateSkillGroup Source # 
type Rep CreateSkillGroup = D1 * (MetaData "CreateSkillGroup" "Network.AWS.AlexaBusiness.CreateSkillGroup" "amazonka-alexa-business-1.6.0-DI5T43QkJWfD1hlGpmjsnd" False) (C1 * (MetaCons "CreateSkillGroup'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_csgClientRequestToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_csgDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_csgSkillGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))
type Rs CreateSkillGroup Source # 

Request Lenses

csgClientRequestToken :: Lens' CreateSkillGroup (Maybe Text) Source #

A unique, user-specified identifier for this request that ensures idempotency.

csgDescription :: Lens' CreateSkillGroup (Maybe Text) Source #

The description for the skill group.

csgSkillGroupName :: Lens' CreateSkillGroup Text Source #

The name for the skill group.

Destructuring the Response

createSkillGroupResponse Source #

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

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

data CreateSkillGroupResponse Source #

See: createSkillGroupResponse smart constructor.

Instances

Eq CreateSkillGroupResponse Source # 
Data CreateSkillGroupResponse Source # 

Methods

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

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

toConstr :: CreateSkillGroupResponse -> Constr #

dataTypeOf :: CreateSkillGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreateSkillGroupResponse Source # 
Show CreateSkillGroupResponse Source # 
Generic CreateSkillGroupResponse Source # 
NFData CreateSkillGroupResponse Source # 
type Rep CreateSkillGroupResponse Source # 
type Rep CreateSkillGroupResponse = D1 * (MetaData "CreateSkillGroupResponse" "Network.AWS.AlexaBusiness.CreateSkillGroup" "amazonka-alexa-business-1.6.0-DI5T43QkJWfD1hlGpmjsnd" False) (C1 * (MetaCons "CreateSkillGroupResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_csgrsSkillGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_csgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

csgrsSkillGroupARN :: Lens' CreateSkillGroupResponse (Maybe Text) Source #

The ARN of the newly created skill group in the response.