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 |
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.
DeleteCallAnalyticsCategory' | |
|
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.
DeleteCallAnalyticsCategoryResponse' | |
|
Instances
Eq DeleteCallAnalyticsCategoryResponse Source # | |
Read DeleteCallAnalyticsCategoryResponse Source # | |
Show DeleteCallAnalyticsCategoryResponse Source # | |
Generic DeleteCallAnalyticsCategoryResponse Source # | |
Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory type Rep DeleteCallAnalyticsCategoryResponse :: Type -> Type # | |
NFData DeleteCallAnalyticsCategoryResponse Source # | |
Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory rnf :: DeleteCallAnalyticsCategoryResponse -> () # | |
type Rep DeleteCallAnalyticsCategoryResponse Source # | |
Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory type Rep DeleteCallAnalyticsCategoryResponse = D1 ('MetaData "DeleteCallAnalyticsCategoryResponse" "Amazonka.Transcribe.DeleteCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteCallAnalyticsCategoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteCallAnalyticsCategoryResponse Source #
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.