| 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.MediaTailor.DeletePlaybackConfiguration
Description
Deletes a playback configuration. For information about MediaTailor configurations, see Working with configurations in AWS Elemental MediaTailor.
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 #
Arguments
| :: Text | |
| -> DeletePlaybackConfiguration |
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:
DeletePlaybackConfiguration, deletePlaybackConfiguration_name - The name of the playback configuration.
Request Lenses
deletePlaybackConfiguration_name :: Lens' DeletePlaybackConfiguration Text Source #
The name of 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.