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

Contents

Description

Associates a skill group with a given room. This enables all skills in the associated skill group on all devices in the room.

Synopsis

Creating a Request

associateSkillGroupWithRoom :: AssociateSkillGroupWithRoom Source #

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

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

  • asgwrSkillGroupARN - The ARN of the skill group to associate with a room. Required.
  • asgwrRoomARN - The ARN of the room with which to associate the skill group. Required.

data AssociateSkillGroupWithRoom Source #

See: associateSkillGroupWithRoom smart constructor.

Instances

Eq AssociateSkillGroupWithRoom Source # 
Data AssociateSkillGroupWithRoom Source # 

Methods

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

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

toConstr :: AssociateSkillGroupWithRoom -> Constr #

dataTypeOf :: AssociateSkillGroupWithRoom -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AssociateSkillGroupWithRoom Source # 
Show AssociateSkillGroupWithRoom Source # 
Generic AssociateSkillGroupWithRoom Source # 
Hashable AssociateSkillGroupWithRoom Source # 
ToJSON AssociateSkillGroupWithRoom Source # 
NFData AssociateSkillGroupWithRoom Source # 
AWSRequest AssociateSkillGroupWithRoom Source # 
ToHeaders AssociateSkillGroupWithRoom Source # 
ToPath AssociateSkillGroupWithRoom Source # 
ToQuery AssociateSkillGroupWithRoom Source # 
type Rep AssociateSkillGroupWithRoom Source # 
type Rep AssociateSkillGroupWithRoom = D1 * (MetaData "AssociateSkillGroupWithRoom" "Network.AWS.AlexaBusiness.AssociateSkillGroupWithRoom" "amazonka-alexa-business-1.6.0-DI5T43QkJWfD1hlGpmjsnd" False) (C1 * (MetaCons "AssociateSkillGroupWithRoom'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_asgwrSkillGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_asgwrRoomARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))
type Rs AssociateSkillGroupWithRoom Source # 

Request Lenses

asgwrSkillGroupARN :: Lens' AssociateSkillGroupWithRoom (Maybe Text) Source #

The ARN of the skill group to associate with a room. Required.

asgwrRoomARN :: Lens' AssociateSkillGroupWithRoom (Maybe Text) Source #

The ARN of the room with which to associate the skill group. Required.

Destructuring the Response

associateSkillGroupWithRoomResponse Source #

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

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

data AssociateSkillGroupWithRoomResponse Source #

See: associateSkillGroupWithRoomResponse smart constructor.

Instances

Eq AssociateSkillGroupWithRoomResponse Source # 
Data AssociateSkillGroupWithRoomResponse Source # 

Methods

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

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

toConstr :: AssociateSkillGroupWithRoomResponse -> Constr #

dataTypeOf :: AssociateSkillGroupWithRoomResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AssociateSkillGroupWithRoomResponse Source # 
Show AssociateSkillGroupWithRoomResponse Source # 
Generic AssociateSkillGroupWithRoomResponse Source # 
NFData AssociateSkillGroupWithRoomResponse Source # 
type Rep AssociateSkillGroupWithRoomResponse Source # 
type Rep AssociateSkillGroupWithRoomResponse = D1 * (MetaData "AssociateSkillGroupWithRoomResponse" "Network.AWS.AlexaBusiness.AssociateSkillGroupWithRoom" "amazonka-alexa-business-1.6.0-DI5T43QkJWfD1hlGpmjsnd" True) (C1 * (MetaCons "AssociateSkillGroupWithRoomResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_asgwrrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses