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 the playback configuration for the specified name.
Synopsis
- data DeletePlaybackConfiguration = DeletePlaybackConfiguration' {}
- newDeletePlaybackConfiguration :: Text -> DeletePlaybackConfiguration
- deletePlaybackConfiguration_name :: Lens' DeletePlaybackConfiguration Text
- data DeletePlaybackConfigurationResponse = DeletePlaybackConfigurationResponse' {
- httpStatus :: Int
- newDeletePlaybackConfigurationResponse :: Int -> DeletePlaybackConfigurationResponse
- deletePlaybackConfigurationResponse_httpStatus :: Lens' DeletePlaybackConfigurationResponse Int
Creating a Request
data DeletePlaybackConfiguration Source #
See: newDeletePlaybackConfiguration
smart constructor.
Instances
newDeletePlaybackConfiguration Source #
Create a value of DeletePlaybackConfiguration
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:name:DeletePlaybackConfiguration'
, deletePlaybackConfiguration_name
- The identifier for the playback configuration.
Request Lenses
deletePlaybackConfiguration_name :: Lens' DeletePlaybackConfiguration Text Source #
The identifier for the playback configuration.
Destructuring the Response
data DeletePlaybackConfigurationResponse Source #
See: newDeletePlaybackConfigurationResponse
smart constructor.
DeletePlaybackConfigurationResponse' | |
|
Instances
Eq DeletePlaybackConfigurationResponse Source # | |
Read DeletePlaybackConfigurationResponse Source # | |
Show DeletePlaybackConfigurationResponse Source # | |
Generic DeletePlaybackConfigurationResponse Source # | |
Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration type Rep DeletePlaybackConfigurationResponse :: Type -> Type # | |
NFData DeletePlaybackConfigurationResponse Source # | |
Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration rnf :: DeletePlaybackConfigurationResponse -> () # | |
type Rep DeletePlaybackConfigurationResponse Source # | |
Defined in Amazonka.MediaTailor.DeletePlaybackConfiguration type Rep DeletePlaybackConfigurationResponse = D1 ('MetaData "DeletePlaybackConfigurationResponse" "Amazonka.MediaTailor.DeletePlaybackConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "DeletePlaybackConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeletePlaybackConfigurationResponse Source #
Create a value of DeletePlaybackConfigurationResponse
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:DeletePlaybackConfigurationResponse'
, deletePlaybackConfigurationResponse_httpStatus
- The response's http status code.
Response Lenses
deletePlaybackConfigurationResponse_httpStatus :: Lens' DeletePlaybackConfigurationResponse Int Source #
The response's http status code.