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

Contents

Description

Revokes an invitation and invalidates the enrollment URL.

Synopsis

Creating a Request

revokeInvitation :: RevokeInvitation Source #

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

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

  • riEnrollmentId - The ARN of the enrollment invitation to revoke. Required.
  • riUserARN - The ARN of the user for whom to revoke an enrollment invitation. Required.

data RevokeInvitation Source #

See: revokeInvitation smart constructor.

Instances

Eq RevokeInvitation Source # 
Data RevokeInvitation Source # 

Methods

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

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

toConstr :: RevokeInvitation -> Constr #

dataTypeOf :: RevokeInvitation -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: RevokeInvitation -> () #

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

Request Lenses

riEnrollmentId :: Lens' RevokeInvitation (Maybe Text) Source #

The ARN of the enrollment invitation to revoke. Required.

riUserARN :: Lens' RevokeInvitation (Maybe Text) Source #

The ARN of the user for whom to revoke an enrollment invitation. Required.

Destructuring the Response

revokeInvitationResponse Source #

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

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

data RevokeInvitationResponse Source #

See: revokeInvitationResponse smart constructor.

Instances

Eq RevokeInvitationResponse Source # 
Data RevokeInvitationResponse Source # 

Methods

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

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

toConstr :: RevokeInvitationResponse -> Constr #

dataTypeOf :: RevokeInvitationResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Response Lenses