amazonka-alexa-business-1.6.1: 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 # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Data DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

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 # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Show DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Generic DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Associated Types

type Rep DeleteProfile :: Type -> Type #

Hashable DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

ToJSON DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

AWSRequest DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Associated Types

type Rs DeleteProfile :: Type #

ToHeaders DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

ToPath DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

ToQuery DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

NFData DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Methods

rnf :: DeleteProfile -> () #

type Rep DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

type Rep DeleteProfile = D1 (MetaData "DeleteProfile" "Network.AWS.AlexaBusiness.DeleteProfile" "amazonka-alexa-business-1.6.1-FQuG4RoJ6vRJhvV2Vb1OnQ" True) (C1 (MetaCons "DeleteProfile'" PrefixI True) (S1 (MetaSel (Just "_dpProfileARN") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))
type Rs DeleteProfile Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

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 # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Data DeleteProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

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 # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Show DeleteProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Generic DeleteProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Associated Types

type Rep DeleteProfileResponse :: Type -> Type #

NFData DeleteProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

Methods

rnf :: DeleteProfileResponse -> () #

type Rep DeleteProfileResponse Source # 
Instance details

Defined in Network.AWS.AlexaBusiness.DeleteProfile

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

Response Lenses

dprsResponseStatus :: Lens' DeleteProfileResponse Int Source #

  • - | The response status code.