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 MediaPackage VOD PackagingGroup resource.
Synopsis
- data DeletePackagingGroup = DeletePackagingGroup' {}
- newDeletePackagingGroup :: Text -> DeletePackagingGroup
- deletePackagingGroup_id :: Lens' DeletePackagingGroup Text
- data DeletePackagingGroupResponse = DeletePackagingGroupResponse' {
- httpStatus :: Int
- newDeletePackagingGroupResponse :: Int -> DeletePackagingGroupResponse
- deletePackagingGroupResponse_httpStatus :: Lens' DeletePackagingGroupResponse Int
Creating a Request
data DeletePackagingGroup Source #
See: newDeletePackagingGroup
smart constructor.
Instances
newDeletePackagingGroup Source #
Create a value of DeletePackagingGroup
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:DeletePackagingGroup'
, deletePackagingGroup_id
- The ID of the MediaPackage VOD PackagingGroup resource to delete.
Request Lenses
deletePackagingGroup_id :: Lens' DeletePackagingGroup Text Source #
The ID of the MediaPackage VOD PackagingGroup resource to delete.
Destructuring the Response
data DeletePackagingGroupResponse Source #
See: newDeletePackagingGroupResponse
smart constructor.
DeletePackagingGroupResponse' | |
|
Instances
newDeletePackagingGroupResponse Source #
Create a value of DeletePackagingGroupResponse
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:DeletePackagingGroupResponse'
, deletePackagingGroupResponse_httpStatus
- The response's http status code.
Response Lenses
deletePackagingGroupResponse_httpStatus :: Lens' DeletePackagingGroupResponse Int Source #
The response's http status code.