| Copyright | (c) 2013-2018 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.MediaPackage.DeleteOriginEndpoint
Description
Deletes an existing OriginEndpoint.
Creating a Request
Arguments
| :: Text | |
| -> DeleteOriginEndpoint |
Creates a value of DeleteOriginEndpoint with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
delId- The ID of the OriginEndpoint to delete.
data DeleteOriginEndpoint Source #
See: deleteOriginEndpoint smart constructor.
Instances
Request Lenses
Destructuring the Response
deleteOriginEndpointResponse Source #
Arguments
| :: Int | |
| -> DeleteOriginEndpointResponse |
Creates a value of DeleteOriginEndpointResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
doersResponseStatus- -- | The response status code.
data DeleteOriginEndpointResponse Source #
See: deleteOriginEndpointResponse smart constructor.
Instances
Response Lenses
doersResponseStatus :: Lens' DeleteOriginEndpointResponse Int Source #
- - | The response status code.