| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaTailor.DeleteLiveSource
Description
The live source to delete.
Synopsis
- data DeleteLiveSource = DeleteLiveSource' {}
- newDeleteLiveSource :: Text -> Text -> DeleteLiveSource
- deleteLiveSource_liveSourceName :: Lens' DeleteLiveSource Text
- deleteLiveSource_sourceLocationName :: Lens' DeleteLiveSource Text
- data DeleteLiveSourceResponse = DeleteLiveSourceResponse' {
- httpStatus :: Int
- newDeleteLiveSourceResponse :: Int -> DeleteLiveSourceResponse
- deleteLiveSourceResponse_httpStatus :: Lens' DeleteLiveSourceResponse Int
Creating a Request
data DeleteLiveSource Source #
See: newDeleteLiveSource smart constructor.
Constructors
| DeleteLiveSource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteLiveSource |
Create a value of DeleteLiveSource with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteLiveSource, deleteLiveSource_liveSourceName - The name of the live source.
DeleteLiveSource, deleteLiveSource_sourceLocationName - The name of the source location associated with this Live Source.
Request Lenses
deleteLiveSource_liveSourceName :: Lens' DeleteLiveSource Text Source #
The name of the live source.
deleteLiveSource_sourceLocationName :: Lens' DeleteLiveSource Text Source #
The name of the source location associated with this Live Source.
Destructuring the Response
data DeleteLiveSourceResponse Source #
See: newDeleteLiveSourceResponse smart constructor.
Constructors
| DeleteLiveSourceResponse' | |
Fields
| |
Instances
newDeleteLiveSourceResponse Source #
Create a value of DeleteLiveSourceResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:httpStatus:DeleteLiveSourceResponse', deleteLiveSourceResponse_httpStatus - The response's http status code.
Response Lenses
deleteLiveSourceResponse_httpStatus :: Lens' DeleteLiveSourceResponse Int Source #
The response's http status code.