libZSservicesZSamazonka-translateZSamazonka-translate
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.Translate.ListTextTranslationJobs

Description

Gets a list of the batch translation jobs that you have submitted.

Synopsis

Creating a Request

data ListTextTranslationJobs Source #

See: newListTextTranslationJobs smart constructor.

Constructors

ListTextTranslationJobs' 

Fields

  • nextToken :: Maybe Text

    The token to request the next page of results.

  • filter' :: Maybe TextTranslationJobFilter

    The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

  • maxResults :: Maybe Natural

    The maximum number of results to return in each page. The default value is 100.

Instances

Instances details
Eq ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

Read ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

Show ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

Generic ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

Associated Types

type Rep ListTextTranslationJobs :: Type -> Type #

NFData ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

Methods

rnf :: ListTextTranslationJobs -> () #

Hashable ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

ToJSON ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

AWSRequest ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

ToHeaders ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

ToPath ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

ToQuery ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

type Rep ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

type Rep ListTextTranslationJobs = D1 ('MetaData "ListTextTranslationJobs" "Amazonka.Translate.ListTextTranslationJobs" "libZSservicesZSamazonka-translateZSamazonka-translate" 'False) (C1 ('MetaCons "ListTextTranslationJobs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "filter'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TextTranslationJobFilter)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))))
type AWSResponse ListTextTranslationJobs Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

newListTextTranslationJobs :: ListTextTranslationJobs Source #

Create a value of ListTextTranslationJobs 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:ListTextTranslationJobs', listTextTranslationJobs_nextToken - The token to request the next page of results.

$sel:filter':ListTextTranslationJobs', listTextTranslationJobs_filter - The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

$sel:maxResults:ListTextTranslationJobs', listTextTranslationJobs_maxResults - The maximum number of results to return in each page. The default value is 100.

Request Lenses

listTextTranslationJobs_nextToken :: Lens' ListTextTranslationJobs (Maybe Text) Source #

The token to request the next page of results.

listTextTranslationJobs_filter :: Lens' ListTextTranslationJobs (Maybe TextTranslationJobFilter) Source #

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

listTextTranslationJobs_maxResults :: Lens' ListTextTranslationJobs (Maybe Natural) Source #

The maximum number of results to return in each page. The default value is 100.

Destructuring the Response

data ListTextTranslationJobsResponse Source #

See: newListTextTranslationJobsResponse smart constructor.

Constructors

ListTextTranslationJobsResponse' 

Fields

Instances

Instances details
Eq ListTextTranslationJobsResponse Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

Read ListTextTranslationJobsResponse Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

Show ListTextTranslationJobsResponse Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

Generic ListTextTranslationJobsResponse Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

Associated Types

type Rep ListTextTranslationJobsResponse :: Type -> Type #

NFData ListTextTranslationJobsResponse Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

type Rep ListTextTranslationJobsResponse Source # 
Instance details

Defined in Amazonka.Translate.ListTextTranslationJobs

type Rep ListTextTranslationJobsResponse = D1 ('MetaData "ListTextTranslationJobsResponse" "Amazonka.Translate.ListTextTranslationJobs" "libZSservicesZSamazonka-translateZSamazonka-translate" 'False) (C1 ('MetaCons "ListTextTranslationJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "textTranslationJobPropertiesList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TextTranslationJobProperties])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListTextTranslationJobsResponse Source #

Create a value of ListTextTranslationJobsResponse 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:textTranslationJobPropertiesList:ListTextTranslationJobsResponse', listTextTranslationJobsResponse_textTranslationJobPropertiesList - A list containing the properties of each job that is returned.

$sel:nextToken:ListTextTranslationJobs', listTextTranslationJobsResponse_nextToken - The token to use to retreive the next page of results. This value is null when there are no more results to return.

$sel:httpStatus:ListTextTranslationJobsResponse', listTextTranslationJobsResponse_httpStatus - The response's http status code.

Response Lenses

listTextTranslationJobsResponse_nextToken :: Lens' ListTextTranslationJobsResponse (Maybe Text) Source #

The token to use to retreive the next page of results. This value is null when there are no more results to return.