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 PackagingConfiguration resource.
Synopsis
- data DeletePackagingConfiguration = DeletePackagingConfiguration' {}
- newDeletePackagingConfiguration :: Text -> DeletePackagingConfiguration
- deletePackagingConfiguration_id :: Lens' DeletePackagingConfiguration Text
- data DeletePackagingConfigurationResponse = DeletePackagingConfigurationResponse' {
- httpStatus :: Int
- newDeletePackagingConfigurationResponse :: Int -> DeletePackagingConfigurationResponse
- deletePackagingConfigurationResponse_httpStatus :: Lens' DeletePackagingConfigurationResponse Int
Creating a Request
data DeletePackagingConfiguration Source #
See: newDeletePackagingConfiguration
smart constructor.
Instances
newDeletePackagingConfiguration Source #
Create a value of DeletePackagingConfiguration
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:DeletePackagingConfiguration'
, deletePackagingConfiguration_id
- The ID of the MediaPackage VOD PackagingConfiguration resource to
delete.
Request Lenses
deletePackagingConfiguration_id :: Lens' DeletePackagingConfiguration Text Source #
The ID of the MediaPackage VOD PackagingConfiguration resource to delete.
Destructuring the Response
data DeletePackagingConfigurationResponse Source #
See: newDeletePackagingConfigurationResponse
smart constructor.
DeletePackagingConfigurationResponse' | |
|
Instances
Eq DeletePackagingConfigurationResponse Source # | |
Read DeletePackagingConfigurationResponse Source # | |
Show DeletePackagingConfigurationResponse Source # | |
Generic DeletePackagingConfigurationResponse Source # | |
Defined in Amazonka.MediaPackageVOD.DeletePackagingConfiguration type Rep DeletePackagingConfigurationResponse :: Type -> Type # | |
NFData DeletePackagingConfigurationResponse Source # | |
type Rep DeletePackagingConfigurationResponse Source # | |
Defined in Amazonka.MediaPackageVOD.DeletePackagingConfiguration type Rep DeletePackagingConfigurationResponse = D1 ('MetaData "DeletePackagingConfigurationResponse" "Amazonka.MediaPackageVOD.DeletePackagingConfiguration" "libZSservicesZSamazonka-mediapackage-vodZSamazonka-mediapackage-vod" 'False) (C1 ('MetaCons "DeletePackagingConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeletePackagingConfigurationResponse Source #
Create a value of DeletePackagingConfigurationResponse
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:DeletePackagingConfigurationResponse'
, deletePackagingConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
deletePackagingConfigurationResponse_httpStatus :: Lens' DeletePackagingConfigurationResponse Int Source #
The response's http status code.