| 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 |
Amazonka.MediaTailor.DeletePlaybackConfiguration
Description
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.
Constructors
| DeletePlaybackConfiguration' | |
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.
Constructors
| DeletePlaybackConfigurationResponse' | |
Fields
| |
Instances
newDeletePlaybackConfigurationResponse Source #
Arguments
| :: Int | |
| -> DeletePlaybackConfigurationResponse |
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.