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 an existing MediaPackage VOD Asset resource.
Synopsis
Creating a Request
data DeleteAsset Source #
See: newDeleteAsset
smart constructor.
Instances
Create a value of DeleteAsset
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:id:DeleteAsset'
, deleteAsset_id
- The ID of the MediaPackage VOD Asset resource to delete.
Request Lenses
deleteAsset_id :: Lens' DeleteAsset Text Source #
The ID of the MediaPackage VOD Asset resource to delete.
Destructuring the Response
data DeleteAssetResponse Source #
See: newDeleteAssetResponse
smart constructor.
DeleteAssetResponse' | |
|
Instances
newDeleteAssetResponse Source #
Create a value of DeleteAssetResponse
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:DeleteAssetResponse'
, deleteAssetResponse_httpStatus
- The response's http status code.
Response Lenses
deleteAssetResponse_httpStatus :: Lens' DeleteAssetResponse Int Source #
The response's http status code.