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.MediaPackageVOD.DeleteAsset
Description
Deletes an existing MediaPackage VOD Asset resource.
Synopsis
Creating a Request
data DeleteAsset Source #
See: newDeleteAsset
smart constructor.
Constructors
DeleteAsset' | |
Instances
Arguments
:: Text | |
-> DeleteAsset |
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:
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.
Constructors
DeleteAssetResponse' | |
Fields
|
Instances
newDeleteAssetResponse Source #
Arguments
:: Int | |
-> DeleteAssetResponse |
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.