libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime
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.SageMakerA2IRuntime.ListHumanLoops

Description

Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.

This operation returns paginated results.

Synopsis

Creating a Request

data ListHumanLoops Source #

See: newListHumanLoops smart constructor.

Constructors

ListHumanLoops' 

Fields

  • creationTimeAfter :: Maybe POSIX

    (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

  • nextToken :: Maybe Text

    A token to display the next page of results.

  • sortOrder :: Maybe SortOrder

    Optional. The order for displaying results. Valid values: Ascending and Descending.

  • creationTimeBefore :: Maybe POSIX

    (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

  • 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 is returned in the output. You can use this token to display the next page of results.

  • flowDefinitionArn :: Text

    The Amazon Resource Name (ARN) of a flow definition.

Instances

Instances details
Eq ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Read ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Show ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Generic ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Associated Types

type Rep ListHumanLoops :: Type -> Type #

NFData ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Methods

rnf :: ListHumanLoops -> () #

Hashable ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

AWSPager ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

AWSRequest ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Associated Types

type AWSResponse ListHumanLoops #

ToHeaders ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

ToPath ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

ToQuery ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

type Rep ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

type Rep ListHumanLoops = D1 ('MetaData "ListHumanLoops" "Amazonka.SageMakerA2IRuntime.ListHumanLoops" "libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime" 'False) (C1 ('MetaCons "ListHumanLoops'" '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)) :*: S1 ('MetaSel ('Just "flowDefinitionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse ListHumanLoops Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

newListHumanLoops Source #

Create a value of ListHumanLoops 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:ListHumanLoops', listHumanLoops_creationTimeAfter - (Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

$sel:nextToken:ListHumanLoops', listHumanLoops_nextToken - A token to display the next page of results.

$sel:sortOrder:ListHumanLoops', listHumanLoops_sortOrder - Optional. The order for displaying results. Valid values: Ascending and Descending.

$sel:creationTimeBefore:ListHumanLoops', listHumanLoops_creationTimeBefore - (Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

$sel:maxResults:ListHumanLoops', listHumanLoops_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 is returned in the output. You can use this token to display the next page of results.

$sel:flowDefinitionArn:ListHumanLoops', listHumanLoops_flowDefinitionArn - The Amazon Resource Name (ARN) of a flow definition.

Request Lenses

listHumanLoops_creationTimeAfter :: Lens' ListHumanLoops (Maybe UTCTime) Source #

(Optional) The timestamp of the date when you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

listHumanLoops_nextToken :: Lens' ListHumanLoops (Maybe Text) Source #

A token to display the next page of results.

listHumanLoops_sortOrder :: Lens' ListHumanLoops (Maybe SortOrder) Source #

Optional. The order for displaying results. Valid values: Ascending and Descending.

listHumanLoops_creationTimeBefore :: Lens' ListHumanLoops (Maybe UTCTime) Source #

(Optional) The timestamp of the date before which you want the human loops to begin in ISO 8601 format. For example, 2020-02-24.

listHumanLoops_maxResults :: Lens' ListHumanLoops (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 is returned in the output. You can use this token to display the next page of results.

listHumanLoops_flowDefinitionArn :: Lens' ListHumanLoops Text Source #

The Amazon Resource Name (ARN) of a flow definition.

Destructuring the Response

data ListHumanLoopsResponse Source #

See: newListHumanLoopsResponse smart constructor.

Constructors

ListHumanLoopsResponse' 

Fields

Instances

Instances details
Eq ListHumanLoopsResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Read ListHumanLoopsResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Show ListHumanLoopsResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Generic ListHumanLoopsResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Associated Types

type Rep ListHumanLoopsResponse :: Type -> Type #

NFData ListHumanLoopsResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

Methods

rnf :: ListHumanLoopsResponse -> () #

type Rep ListHumanLoopsResponse Source # 
Instance details

Defined in Amazonka.SageMakerA2IRuntime.ListHumanLoops

type Rep ListHumanLoopsResponse = D1 ('MetaData "ListHumanLoopsResponse" "Amazonka.SageMakerA2IRuntime.ListHumanLoops" "libZSservicesZSamazonka-sagemaker-a2i-runtimeZSamazonka-sagemaker-a2i-runtime" 'False) (C1 ('MetaCons "ListHumanLoopsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "humanLoopSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [HumanLoopSummary]))))

newListHumanLoopsResponse Source #

Create a value of ListHumanLoopsResponse 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:ListHumanLoops', listHumanLoopsResponse_nextToken - A token to display the next page of results.

$sel:httpStatus:ListHumanLoopsResponse', listHumanLoopsResponse_httpStatus - The response's http status code.

$sel:humanLoopSummaries:ListHumanLoopsResponse', listHumanLoopsResponse_humanLoopSummaries - An array of objects that contain information about the human loops.

Response Lenses

listHumanLoopsResponse_nextToken :: Lens' ListHumanLoopsResponse (Maybe Text) Source #

A token to display the next page of results.

listHumanLoopsResponse_humanLoopSummaries :: Lens' ListHumanLoopsResponse [HumanLoopSummary] Source #

An array of objects that contain information about the human loops.