amazonka-glue-1.6.1: Amazon Glue 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.Glue.UpdateDevEndpoint

Contents

Description

Updates a specified DevEndpoint.

Synopsis

Creating a Request

updateDevEndpoint Source #

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

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

  • udeCustomLibraries - Custom Python or Java libraries to be loaded in the DevEndpoint.
  • udePublicKey - The public key for the DevEndpoint to use.
  • udeUpdateEtlLibraries - True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False otherwise.
  • udeEndpointName - The name of the DevEndpoint to be updated.

data UpdateDevEndpoint Source #

See: updateDevEndpoint smart constructor.

Instances
Eq UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Data UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Methods

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

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

toConstr :: UpdateDevEndpoint -> Constr #

dataTypeOf :: UpdateDevEndpoint -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Show UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Generic UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Associated Types

type Rep UpdateDevEndpoint :: Type -> Type #

Hashable UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

ToJSON UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

AWSRequest UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Associated Types

type Rs UpdateDevEndpoint :: Type #

ToHeaders UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

ToPath UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

ToQuery UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

NFData UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Methods

rnf :: UpdateDevEndpoint -> () #

type Rep UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

type Rep UpdateDevEndpoint = D1 (MetaData "UpdateDevEndpoint" "Network.AWS.Glue.UpdateDevEndpoint" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" False) (C1 (MetaCons "UpdateDevEndpoint'" PrefixI True) ((S1 (MetaSel (Just "_udeCustomLibraries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DevEndpointCustomLibraries)) :*: S1 (MetaSel (Just "_udePublicKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_udeUpdateEtlLibraries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_udeEndpointName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs UpdateDevEndpoint Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Request Lenses

udeCustomLibraries :: Lens' UpdateDevEndpoint (Maybe DevEndpointCustomLibraries) Source #

Custom Python or Java libraries to be loaded in the DevEndpoint.

udePublicKey :: Lens' UpdateDevEndpoint (Maybe Text) Source #

The public key for the DevEndpoint to use.

udeUpdateEtlLibraries :: Lens' UpdateDevEndpoint (Maybe Bool) Source #

True if the list of custom libraries to be loaded in the development endpoint needs to be updated, or False otherwise.

udeEndpointName :: Lens' UpdateDevEndpoint Text Source #

The name of the DevEndpoint to be updated.

Destructuring the Response

updateDevEndpointResponse Source #

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

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

data UpdateDevEndpointResponse Source #

See: updateDevEndpointResponse smart constructor.

Instances
Eq UpdateDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Data UpdateDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Methods

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

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

toConstr :: UpdateDevEndpointResponse -> Constr #

dataTypeOf :: UpdateDevEndpointResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Show UpdateDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Generic UpdateDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

Associated Types

type Rep UpdateDevEndpointResponse :: Type -> Type #

NFData UpdateDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

type Rep UpdateDevEndpointResponse Source # 
Instance details

Defined in Network.AWS.Glue.UpdateDevEndpoint

type Rep UpdateDevEndpointResponse = D1 (MetaData "UpdateDevEndpointResponse" "Network.AWS.Glue.UpdateDevEndpoint" "amazonka-glue-1.6.1-4wrowkj7LqMExQlCyUUmWF" True) (C1 (MetaCons "UpdateDevEndpointResponse'" PrefixI True) (S1 (MetaSel (Just "_udersResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses