amazonka-glue-1.5.0: Amazon Glue SDK.

Copyright(c) 2013-2017 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 # 
Data UpdateDevEndpoint Source # 

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 # 
Show UpdateDevEndpoint Source # 
Generic UpdateDevEndpoint Source # 
Hashable UpdateDevEndpoint Source # 
ToJSON UpdateDevEndpoint Source # 
NFData UpdateDevEndpoint Source # 

Methods

rnf :: UpdateDevEndpoint -> () #

AWSRequest UpdateDevEndpoint Source # 
ToQuery UpdateDevEndpoint Source # 
ToPath UpdateDevEndpoint Source # 
ToHeaders UpdateDevEndpoint Source # 
type Rep UpdateDevEndpoint Source # 
type Rep UpdateDevEndpoint = D1 (MetaData "UpdateDevEndpoint" "Network.AWS.Glue.UpdateDevEndpoint" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" False) (C1 (MetaCons "UpdateDevEndpoint'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_udeCustomLibraries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DevEndpointCustomLibraries))) (S1 (MetaSel (Just Symbol "_udePublicKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_udeUpdateEtlLibraries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_udeEndpointName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs UpdateDevEndpoint Source # 

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 # 
Data UpdateDevEndpointResponse Source # 

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 # 
Show UpdateDevEndpointResponse Source # 
Generic UpdateDevEndpointResponse Source # 
NFData UpdateDevEndpointResponse Source # 
type Rep UpdateDevEndpointResponse Source # 
type Rep UpdateDevEndpointResponse = D1 (MetaData "UpdateDevEndpointResponse" "Network.AWS.Glue.UpdateDevEndpoint" "amazonka-glue-1.5.0-4Up8HzkFFhK6642ZlsxA7K" True) (C1 (MetaCons "UpdateDevEndpointResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_udersResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses