amazonka-transcribe-2.0: Amazon Transcribe Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Creating a Request

data DeleteCallAnalyticsCategory Source #

See: newDeleteCallAnalyticsCategory smart constructor.

Constructors

DeleteCallAnalyticsCategory' 

Fields

  • categoryName :: Text

    The name of the Call Analytics category you want to delete. Category names are case sensitive.

Instances

Instances details
ToJSON DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

ToHeaders DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

ToPath DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

ToQuery DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

AWSRequest DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Generic DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Associated Types

type Rep DeleteCallAnalyticsCategory :: Type -> Type #

Read DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Show DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

NFData DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Eq DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Hashable DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

type AWSResponse DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

type Rep DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

type Rep DeleteCallAnalyticsCategory = D1 ('MetaData "DeleteCallAnalyticsCategory" "Amazonka.Transcribe.DeleteCallAnalyticsCategory" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" 'False) (C1 ('MetaCons "DeleteCallAnalyticsCategory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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 #

Constructors

DeleteCallAnalyticsCategoryResponse' 

Fields

Instances

Instances details
Generic DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Read DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Show DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

NFData DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Eq DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

type Rep DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

type Rep DeleteCallAnalyticsCategoryResponse = D1 ('MetaData "DeleteCallAnalyticsCategoryResponse" "Amazonka.Transcribe.DeleteCallAnalyticsCategory" "amazonka-transcribe-2.0-4BjJqzwmm0K94bsEMe1tnF" '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