| 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.DeleteCallAnalyticsCategory
Description
Deletes a call analytics category using its name.
Synopsis
- data DeleteCallAnalyticsCategory = DeleteCallAnalyticsCategory' {
- categoryName :: Text
- newDeleteCallAnalyticsCategory :: Text -> DeleteCallAnalyticsCategory
- deleteCallAnalyticsCategory_categoryName :: Lens' DeleteCallAnalyticsCategory Text
- data DeleteCallAnalyticsCategoryResponse = DeleteCallAnalyticsCategoryResponse' {
- httpStatus :: Int
- newDeleteCallAnalyticsCategoryResponse :: Int -> DeleteCallAnalyticsCategoryResponse
- deleteCallAnalyticsCategoryResponse_httpStatus :: Lens' DeleteCallAnalyticsCategoryResponse Int
Creating a Request
data DeleteCallAnalyticsCategory Source #
See: newDeleteCallAnalyticsCategory smart constructor.
Constructors
| DeleteCallAnalyticsCategory' | |
Fields
| |
Instances
newDeleteCallAnalyticsCategory Source #
Create a value of DeleteCallAnalyticsCategory 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:categoryName:DeleteCallAnalyticsCategory', deleteCallAnalyticsCategory_categoryName - The name of the call analytics category that you're choosing to delete.
The value is case sensitive.
Request Lenses
deleteCallAnalyticsCategory_categoryName :: Lens' DeleteCallAnalyticsCategory Text Source #
The name of the call analytics category that you're choosing to delete. The value is case sensitive.
Destructuring the Response
data DeleteCallAnalyticsCategoryResponse Source #
See: newDeleteCallAnalyticsCategoryResponse smart constructor.
Constructors
| DeleteCallAnalyticsCategoryResponse' | |
Fields
| |
Instances
newDeleteCallAnalyticsCategoryResponse Source #
Arguments
| :: Int | |
| -> DeleteCallAnalyticsCategoryResponse |
Create a value of DeleteCallAnalyticsCategoryResponse 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:DeleteCallAnalyticsCategoryResponse', deleteCallAnalyticsCategoryResponse_httpStatus - The response's http status code.
Response Lenses
deleteCallAnalyticsCategoryResponse_httpStatus :: Lens' DeleteCallAnalyticsCategoryResponse Int Source #
The response's http status code.