| 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.Transcribe.DeleteCallAnalyticsJob
Description
Deletes a call analytics job using its name.
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 #
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:
$sel:callAnalyticsJobName:DeleteCallAnalyticsJob', deleteCallAnalyticsJob_callAnalyticsJobName - The name of the call analytics job you want to delete.
Request Lenses
deleteCallAnalyticsJob_callAnalyticsJobName :: Lens' DeleteCallAnalyticsJob Text Source #
The name of the call analytics job you want to delete.
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.