amazonka-devicefarm-1.6.1: Amazon Device Farm 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.DeviceFarm.DeleteInstanceProfile

Contents

Description

Deletes a profile that can be applied to one or more private device instances.

Synopsis

Creating a Request

deleteInstanceProfile Source #

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

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

  • dipArn - The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.

data DeleteInstanceProfile Source #

See: deleteInstanceProfile smart constructor.

Instances
Eq DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Data DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Methods

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

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

toConstr :: DeleteInstanceProfile -> Constr #

dataTypeOf :: DeleteInstanceProfile -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Show DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Generic DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Associated Types

type Rep DeleteInstanceProfile :: Type -> Type #

Hashable DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

ToJSON DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

AWSRequest DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Associated Types

type Rs DeleteInstanceProfile :: Type #

ToHeaders DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

ToPath DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

ToQuery DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

NFData DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Methods

rnf :: DeleteInstanceProfile -> () #

type Rep DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

type Rep DeleteInstanceProfile = D1 (MetaData "DeleteInstanceProfile" "Network.AWS.DeviceFarm.DeleteInstanceProfile" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" True) (C1 (MetaCons "DeleteInstanceProfile'" PrefixI True) (S1 (MetaSel (Just "_dipArn") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DeleteInstanceProfile Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Request Lenses

dipArn :: Lens' DeleteInstanceProfile Text Source #

The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.

Destructuring the Response

deleteInstanceProfileResponse Source #

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

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

data DeleteInstanceProfileResponse Source #

See: deleteInstanceProfileResponse smart constructor.

Instances
Eq DeleteInstanceProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Data DeleteInstanceProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Methods

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

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

toConstr :: DeleteInstanceProfileResponse -> Constr #

dataTypeOf :: DeleteInstanceProfileResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DeleteInstanceProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Show DeleteInstanceProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Generic DeleteInstanceProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

Associated Types

type Rep DeleteInstanceProfileResponse :: Type -> Type #

NFData DeleteInstanceProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

type Rep DeleteInstanceProfileResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.DeleteInstanceProfile

type Rep DeleteInstanceProfileResponse = D1 (MetaData "DeleteInstanceProfileResponse" "Network.AWS.DeviceFarm.DeleteInstanceProfile" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" True) (C1 (MetaCons "DeleteInstanceProfileResponse'" PrefixI True) (S1 (MetaSel (Just "_diprsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses