| 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.ChimeSdkMediaPipelines.DeleteMediaPipeline
Description
Deletes the media pipeline.
Synopsis
Creating a Request
data DeleteMediaPipeline Source #
See: newDeleteMediaPipeline smart constructor.
Constructors
| DeleteMediaPipeline' | |
Fields
| |
Instances
newDeleteMediaPipeline Source #
Arguments
| :: Text | |
| -> DeleteMediaPipeline |
Create a value of DeleteMediaPipeline 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:
DeleteMediaPipeline, deleteMediaPipeline_mediaPipelineId - The ID of the media pipeline to delete.
Request Lenses
deleteMediaPipeline_mediaPipelineId :: Lens' DeleteMediaPipeline Text Source #
The ID of the media pipeline to delete.
Destructuring the Response
data DeleteMediaPipelineResponse Source #
See: newDeleteMediaPipelineResponse smart constructor.
Constructors
| DeleteMediaPipelineResponse' | |
Instances
newDeleteMediaPipelineResponse :: DeleteMediaPipelineResponse Source #
Create a value of DeleteMediaPipelineResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.