| 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.Transcribe.DeleteCallAnalyticsJob
Description
Deletes a Call Analytics job. To use this operation, specify the name of
the job you want to delete using CallAnalyticsJobName. Job names are
case sensitive.
Synopsis
- data DeleteCallAnalyticsJob = DeleteCallAnalyticsJob' {}
- newDeleteCallAnalyticsJob :: Text -> DeleteCallAnalyticsJob
- deleteCallAnalyticsJob_callAnalyticsJobName :: Lens' DeleteCallAnalyticsJob Text
- data DeleteCallAnalyticsJobResponse = DeleteCallAnalyticsJobResponse' {
- httpStatus :: Int
- newDeleteCallAnalyticsJobResponse :: Int -> DeleteCallAnalyticsJobResponse
- deleteCallAnalyticsJobResponse_httpStatus :: Lens' DeleteCallAnalyticsJobResponse Int
Creating a Request
data DeleteCallAnalyticsJob Source #
See: newDeleteCallAnalyticsJob smart constructor.
Constructors
| DeleteCallAnalyticsJob' | |
Fields
| |
Instances
newDeleteCallAnalyticsJob Source #
Arguments
| :: Text | |
| -> DeleteCallAnalyticsJob |
Create a value of DeleteCallAnalyticsJob 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:
DeleteCallAnalyticsJob, deleteCallAnalyticsJob_callAnalyticsJobName - The name of the Call Analytics job you want to delete. Job names are
case sensitive.
Request Lenses
deleteCallAnalyticsJob_callAnalyticsJobName :: Lens' DeleteCallAnalyticsJob Text Source #
The name of the Call Analytics job you want to delete. Job names are case sensitive.
Destructuring the Response
data DeleteCallAnalyticsJobResponse Source #
See: newDeleteCallAnalyticsJobResponse smart constructor.
Constructors
| DeleteCallAnalyticsJobResponse' | |
Fields
| |
Instances
newDeleteCallAnalyticsJobResponse Source #
Create a value of DeleteCallAnalyticsJobResponse 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:DeleteCallAnalyticsJobResponse', deleteCallAnalyticsJobResponse_httpStatus - The response's http status code.
Response Lenses
deleteCallAnalyticsJobResponse_httpStatus :: Lens' DeleteCallAnalyticsJobResponse Int Source #
The response's http status code.