Copyright | (c) 2013-2021 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 |
Deletes a specific VOD source in a specific source location.
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.
DeleteVodSource' | |
|
Instances
:: 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:
$sel:sourceLocationName:DeleteVodSource'
, deleteVodSource_sourceLocationName
- The identifier for the source location you are working on.
$sel:vodSourceName:DeleteVodSource'
, deleteVodSource_vodSourceName
- The identifier for the VOD source you are working on.
Request Lenses
deleteVodSource_sourceLocationName :: Lens' DeleteVodSource Text Source #
The identifier for the source location you are working on.
deleteVodSource_vodSourceName :: Lens' DeleteVodSource Text Source #
The identifier for the VOD source you are working on.
Destructuring the Response
data DeleteVodSourceResponse Source #
See: newDeleteVodSourceResponse
smart constructor.
DeleteVodSourceResponse' | |
|
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.