| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.Glue.UpdateDevEndpoint
Description
Updates a specified DevEndpoint.
- updateDevEndpoint :: Text -> UpdateDevEndpoint
- data UpdateDevEndpoint
- udeCustomLibraries :: Lens' UpdateDevEndpoint (Maybe DevEndpointCustomLibraries)
- udePublicKey :: Lens' UpdateDevEndpoint (Maybe Text)
- udeUpdateEtlLibraries :: Lens' UpdateDevEndpoint (Maybe Bool)
- udeEndpointName :: Lens' UpdateDevEndpoint Text
- updateDevEndpointResponse :: Int -> UpdateDevEndpointResponse
- data UpdateDevEndpointResponse
- udersResponseStatus :: Lens' UpdateDevEndpointResponse Int
Creating a Request
Arguments
| :: Text | |
| -> UpdateDevEndpoint |
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
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 #
Arguments
| :: Int | |
| -> UpdateDevEndpointResponse |
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:
udersResponseStatus- -- | The response status code.
data UpdateDevEndpointResponse Source #
See: updateDevEndpointResponse smart constructor.
Response Lenses
udersResponseStatus :: Lens' UpdateDevEndpointResponse Int Source #
- - | The response status code.