libZSservicesZSamazonka-transcribeZSamazonka-transcribe
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Transcribe.DeleteCallAnalyticsCategory

Description

Deletes a call analytics category using its name.

Synopsis

Creating a Request

data DeleteCallAnalyticsCategory Source #

See: newDeleteCallAnalyticsCategory smart constructor.

Constructors

DeleteCallAnalyticsCategory' 

Fields

  • categoryName :: Text

    The name of the call analytics category that you're choosing to delete. The value is case sensitive.

Instances

Instances details
Eq DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Read DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Show 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 #

NFData DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

Hashable DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

ToJSON DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

AWSRequest 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

type Rep DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

type Rep DeleteCallAnalyticsCategory = D1 ('MetaData "DeleteCallAnalyticsCategory" "Amazonka.Transcribe.DeleteCallAnalyticsCategory" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "DeleteCallAnalyticsCategory'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categoryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteCallAnalyticsCategory Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

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 #

Constructors

DeleteCallAnalyticsCategoryResponse' 

Fields

Instances

Instances details
Eq 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

Generic DeleteCallAnalyticsCategoryResponse Source # 
Instance details

Defined in Amazonka.Transcribe.DeleteCallAnalyticsCategory

NFData 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" "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