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.DeleteCallAnalyticsCategory
Description
Deletes a Call Analytics category. To use this operation, specify the
name of the category you want to delete using CategoryName
. Category
names are case sensitive.
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 #
Arguments
:: Text | |
-> DeleteCallAnalyticsCategory |
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:
DeleteCallAnalyticsCategory
, deleteCallAnalyticsCategory_categoryName
- The name of the Call Analytics category you want to delete. Category
names are case sensitive.
Request Lenses
deleteCallAnalyticsCategory_categoryName :: Lens' DeleteCallAnalyticsCategory Text Source #
The name of the Call Analytics category you want to delete. Category names are 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.