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

Description

Returns information about the flow definitions in your account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListFlowDefinitions Source #

See: newListFlowDefinitions smart constructor.

Constructors

ListFlowDefinitions' 

Fields

  • creationTimeAfter :: Maybe POSIX

    A filter that returns only flow definitions 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 flow definitions 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 ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Read ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Show ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Generic ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Associated Types

type Rep ListFlowDefinitions :: Type -> Type #

NFData ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Methods

rnf :: ListFlowDefinitions -> () #

Hashable ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

ToJSON ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

AWSPager ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

AWSRequest ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Associated Types

type AWSResponse ListFlowDefinitions #

ToHeaders ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

ToPath ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

ToQuery ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

type Rep ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

type Rep ListFlowDefinitions = D1 ('MetaData "ListFlowDefinitions" "Amazonka.SageMaker.ListFlowDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListFlowDefinitions'" '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 ListFlowDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

newListFlowDefinitions :: ListFlowDefinitions Source #

Create a value of ListFlowDefinitions 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:ListFlowDefinitions', listFlowDefinitions_creationTimeAfter - A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.

$sel:nextToken:ListFlowDefinitions', listFlowDefinitions_nextToken - A token to resume pagination.

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

$sel:creationTimeBefore:ListFlowDefinitions', listFlowDefinitions_creationTimeBefore - A filter that returns only flow definitions that were created before the specified timestamp.

$sel:maxResults:ListFlowDefinitions', listFlowDefinitions_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

listFlowDefinitions_creationTimeAfter :: Lens' ListFlowDefinitions (Maybe UTCTime) Source #

A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.

listFlowDefinitions_sortOrder :: Lens' ListFlowDefinitions (Maybe SortOrder) Source #

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

listFlowDefinitions_creationTimeBefore :: Lens' ListFlowDefinitions (Maybe UTCTime) Source #

A filter that returns only flow definitions that were created before the specified timestamp.

listFlowDefinitions_maxResults :: Lens' ListFlowDefinitions (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 ListFlowDefinitionsResponse Source #

See: newListFlowDefinitionsResponse smart constructor.

Constructors

ListFlowDefinitionsResponse' 

Fields

Instances

Instances details
Eq ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Read ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Show ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Generic ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

Associated Types

type Rep ListFlowDefinitionsResponse :: Type -> Type #

NFData ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

type Rep ListFlowDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListFlowDefinitions

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

newListFlowDefinitionsResponse Source #

Create a value of ListFlowDefinitionsResponse 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:ListFlowDefinitions', listFlowDefinitionsResponse_nextToken - A token to resume pagination.

$sel:httpStatus:ListFlowDefinitionsResponse', listFlowDefinitionsResponse_httpStatus - The response's http status code.

$sel:flowDefinitionSummaries:ListFlowDefinitionsResponse', listFlowDefinitionsResponse_flowDefinitionSummaries - An array of objects describing the flow definitions.

Response Lenses