libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
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.SageMaker.ListHumanTaskUis

Description

Returns information about the human task user interfaces in your account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListHumanTaskUis Source #

See: newListHumanTaskUis smart constructor.

Constructors

ListHumanTaskUis' 

Fields

  • creationTimeAfter :: Maybe POSIX

    A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.

  • nextToken :: Maybe Text

    A token to resume pagination.

  • sortOrder :: Maybe SortOrder

    An optional value that specifies whether you want the results sorted in Ascending or Descending order.

  • creationTimeBefore :: Maybe POSIX

    A filter that returns only human task user interfaces that were created before the specified timestamp.

  • maxResults :: Maybe Natural

    The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

Instances

Instances details
Eq ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Read ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Show ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Generic ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Associated Types

type Rep ListHumanTaskUis :: Type -> Type #

NFData ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Methods

rnf :: ListHumanTaskUis -> () #

Hashable ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

ToJSON ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

AWSPager ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

AWSRequest ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Associated Types

type AWSResponse ListHumanTaskUis #

ToHeaders ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

ToPath ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

ToQuery ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

type Rep ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

type Rep ListHumanTaskUis = D1 ('MetaData "ListHumanTaskUis" "Amazonka.SageMaker.ListHumanTaskUis" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListHumanTaskUis'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: (S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))))
type AWSResponse ListHumanTaskUis Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

newListHumanTaskUis :: ListHumanTaskUis Source #

Create a value of ListHumanTaskUis 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:creationTimeAfter:ListHumanTaskUis', listHumanTaskUis_creationTimeAfter - A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.

$sel:nextToken:ListHumanTaskUis', listHumanTaskUis_nextToken - A token to resume pagination.

$sel:sortOrder:ListHumanTaskUis', listHumanTaskUis_sortOrder - An optional value that specifies whether you want the results sorted in Ascending or Descending order.

$sel:creationTimeBefore:ListHumanTaskUis', listHumanTaskUis_creationTimeBefore - A filter that returns only human task user interfaces that were created before the specified timestamp.

$sel:maxResults:ListHumanTaskUis', listHumanTaskUis_maxResults - The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

Request Lenses

listHumanTaskUis_creationTimeAfter :: Lens' ListHumanTaskUis (Maybe UTCTime) Source #

A filter that returns only human task user interfaces with a creation time greater than or equal to the specified timestamp.

listHumanTaskUis_sortOrder :: Lens' ListHumanTaskUis (Maybe SortOrder) Source #

An optional value that specifies whether you want the results sorted in Ascending or Descending order.

listHumanTaskUis_creationTimeBefore :: Lens' ListHumanTaskUis (Maybe UTCTime) Source #

A filter that returns only human task user interfaces that were created before the specified timestamp.

listHumanTaskUis_maxResults :: Lens' ListHumanTaskUis (Maybe Natural) Source #

The total number of items to return. If the total number of available items is more than the value specified in MaxResults, then a NextToken will be provided in the output that you can use to resume pagination.

Destructuring the Response

data ListHumanTaskUisResponse Source #

See: newListHumanTaskUisResponse smart constructor.

Constructors

ListHumanTaskUisResponse' 

Fields

Instances

Instances details
Eq ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Read ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Show ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Generic ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

Associated Types

type Rep ListHumanTaskUisResponse :: Type -> Type #

NFData ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

type Rep ListHumanTaskUisResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHumanTaskUis

type Rep ListHumanTaskUisResponse = D1 ('MetaData "ListHumanTaskUisResponse" "Amazonka.SageMaker.ListHumanTaskUis" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListHumanTaskUisResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "humanTaskUiSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HumanTaskUiSummary]))))

newListHumanTaskUisResponse Source #

Create a value of ListHumanTaskUisResponse 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:ListHumanTaskUis', listHumanTaskUisResponse_nextToken - A token to resume pagination.

$sel:httpStatus:ListHumanTaskUisResponse', listHumanTaskUisResponse_httpStatus - The response's http status code.

$sel:humanTaskUiSummaries:ListHumanTaskUisResponse', listHumanTaskUisResponse_humanTaskUiSummaries - An array of objects describing the human task user interfaces.

Response Lenses

listHumanTaskUisResponse_humanTaskUiSummaries :: Lens' ListHumanTaskUisResponse [HumanTaskUiSummary] Source #

An array of objects describing the human task user interfaces.