| 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.DeleteVodSource
Description
The video on demand (VOD) source to delete.
Synopsis
- data DeleteVodSource = DeleteVodSource' {}
- newDeleteVodSource :: Text -> Text -> DeleteVodSource
- deleteVodSource_sourceLocationName :: Lens' DeleteVodSource Text
- deleteVodSource_vodSourceName :: Lens' DeleteVodSource Text
- data DeleteVodSourceResponse = DeleteVodSourceResponse' {
- httpStatus :: Int
- newDeleteVodSourceResponse :: Int -> DeleteVodSourceResponse
- deleteVodSourceResponse_httpStatus :: Lens' DeleteVodSourceResponse Int
Creating a Request
data DeleteVodSource Source #
See: newDeleteVodSource smart constructor.
Constructors
| DeleteVodSource' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> DeleteVodSource |
Create a value of DeleteVodSource 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:
DeleteVodSource, deleteVodSource_sourceLocationName - The name of the source location associated with this VOD Source.
DeleteVodSource, deleteVodSource_vodSourceName - The name of the VOD source.
Request Lenses
deleteVodSource_sourceLocationName :: Lens' DeleteVodSource Text Source #
The name of the source location associated with this VOD Source.
deleteVodSource_vodSourceName :: Lens' DeleteVodSource Text Source #
The name of the VOD source.
Destructuring the Response
data DeleteVodSourceResponse Source #
See: newDeleteVodSourceResponse smart constructor.
Constructors
| DeleteVodSourceResponse' | |
Fields
| |
Instances
newDeleteVodSourceResponse Source #
Create a value of DeleteVodSourceResponse 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:DeleteVodSourceResponse', deleteVodSourceResponse_httpStatus - The response's http status code.
Response Lenses
deleteVodSourceResponse_httpStatus :: Lens' DeleteVodSourceResponse Int Source #
The response's http status code.