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

Contents

Description

Deletes a room profile by the profile ARN.

Synopsis

Creating a Request

deleteProfile :: DeleteProfile Source #

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

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

  • dpProfileARN - The ARN of the room profile to delete. Required.

data DeleteProfile Source #

See: deleteProfile smart constructor.

Instances

Eq DeleteProfile Source # 
Data DeleteProfile Source # 

Methods

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

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

toConstr :: DeleteProfile -> Constr #

dataTypeOf :: DeleteProfile -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteProfile Source # 
Show DeleteProfile Source # 
Generic DeleteProfile Source # 

Associated Types

type Rep DeleteProfile :: * -> * #

Hashable DeleteProfile Source # 
ToJSON DeleteProfile Source # 
NFData DeleteProfile Source # 

Methods

rnf :: DeleteProfile -> () #

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

Request Lenses

dpProfileARN :: Lens' DeleteProfile (Maybe Text) Source #

The ARN of the room profile to delete. Required.

Destructuring the Response

deleteProfileResponse Source #

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

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

data DeleteProfileResponse Source #

See: deleteProfileResponse smart constructor.

Instances

Eq DeleteProfileResponse Source # 
Data DeleteProfileResponse Source # 

Methods

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

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

toConstr :: DeleteProfileResponse -> Constr #

dataTypeOf :: DeleteProfileResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteProfileResponse Source # 
Show DeleteProfileResponse Source # 
Generic DeleteProfileResponse Source # 
NFData DeleteProfileResponse Source # 

Methods

rnf :: DeleteProfileResponse -> () #

type Rep DeleteProfileResponse Source # 
type Rep DeleteProfileResponse = D1 * (MetaData "DeleteProfileResponse" "Network.AWS.AlexaBusiness.DeleteProfile" "amazonka-alexa-business-1.6.0-DI5T43QkJWfD1hlGpmjsnd" True) (C1 * (MetaCons "DeleteProfileResponse'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Int)))

Response Lenses

dprsResponseStatus :: Lens' DeleteProfileResponse Int Source #

  • - | The response status code.