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.ListCallAnalyticsCategories

Description

Provides more information about the call analytics categories that you've created. You can use the information in this list to find a specific category. You can then use the operation to get more information about it.

Synopsis

Creating a Request

data ListCallAnalyticsCategories Source #

See: newListCallAnalyticsCategories smart constructor.

Constructors

ListCallAnalyticsCategories' 

Fields

  • nextToken :: Maybe Text

    When included, NextTokenfetches the next set of categories if the result of the previous request was truncated.

  • maxResults :: Maybe Natural

    The maximum number of categories to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.

Instances

Instances details
Eq ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Read ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Show ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Generic ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Associated Types

type Rep ListCallAnalyticsCategories :: Type -> Type #

NFData ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Hashable ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

ToJSON ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

AWSRequest ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

ToHeaders ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

ToPath ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

ToQuery ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

type Rep ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

type Rep ListCallAnalyticsCategories = D1 ('MetaData "ListCallAnalyticsCategories" "Amazonka.Transcribe.ListCallAnalyticsCategories" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListCallAnalyticsCategories'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))
type AWSResponse ListCallAnalyticsCategories Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

newListCallAnalyticsCategories :: ListCallAnalyticsCategories Source #

Create a value of ListCallAnalyticsCategories 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:nextToken:ListCallAnalyticsCategories', listCallAnalyticsCategories_nextToken - When included, NextTokenfetches the next set of categories if the result of the previous request was truncated.

$sel:maxResults:ListCallAnalyticsCategories', listCallAnalyticsCategories_maxResults - The maximum number of categories to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.

Request Lenses

listCallAnalyticsCategories_nextToken :: Lens' ListCallAnalyticsCategories (Maybe Text) Source #

When included, NextTokenfetches the next set of categories if the result of the previous request was truncated.

listCallAnalyticsCategories_maxResults :: Lens' ListCallAnalyticsCategories (Maybe Natural) Source #

The maximum number of categories to return in each page of results. If there are fewer results than the value you specify, only the actual results are returned. If you do not specify a value, the default of 5 is used.

Destructuring the Response

data ListCallAnalyticsCategoriesResponse Source #

Constructors

ListCallAnalyticsCategoriesResponse' 

Fields

  • categories :: Maybe [CategoryProperties]

    A list of objects containing information about analytics categories.

  • nextToken :: Maybe Text

    The operation returns a page of jobs at a time. The maximum size of the list is set by the MaxResults parameter. If there are more categories in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the operation to return the next page of analytics categories.

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Read ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Show ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

Generic ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

NFData ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

type Rep ListCallAnalyticsCategoriesResponse Source # 
Instance details

Defined in Amazonka.Transcribe.ListCallAnalyticsCategories

type Rep ListCallAnalyticsCategoriesResponse = D1 ('MetaData "ListCallAnalyticsCategoriesResponse" "Amazonka.Transcribe.ListCallAnalyticsCategories" "libZSservicesZSamazonka-transcribeZSamazonka-transcribe" 'False) (C1 ('MetaCons "ListCallAnalyticsCategoriesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "categories") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CategoryProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListCallAnalyticsCategoriesResponse Source #

Create a value of ListCallAnalyticsCategoriesResponse 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:categories:ListCallAnalyticsCategoriesResponse', listCallAnalyticsCategoriesResponse_categories - A list of objects containing information about analytics categories.

$sel:nextToken:ListCallAnalyticsCategories', listCallAnalyticsCategoriesResponse_nextToken - The operation returns a page of jobs at a time. The maximum size of the list is set by the MaxResults parameter. If there are more categories in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the operation to return the next page of analytics categories.

$sel:httpStatus:ListCallAnalyticsCategoriesResponse', listCallAnalyticsCategoriesResponse_httpStatus - The response's http status code.

Response Lenses

listCallAnalyticsCategoriesResponse_categories :: Lens' ListCallAnalyticsCategoriesResponse (Maybe [CategoryProperties]) Source #

A list of objects containing information about analytics categories.

listCallAnalyticsCategoriesResponse_nextToken :: Lens' ListCallAnalyticsCategoriesResponse (Maybe Text) Source #

The operation returns a page of jobs at a time. The maximum size of the list is set by the MaxResults parameter. If there are more categories in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in the next request to the operation to return the next page of analytics categories.