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

Description

Lists the associations in your account and their properties.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAssociations Source #

See: newListAssociations smart constructor.

Constructors

ListAssociations' 

Fields

Instances

Instances details
Eq ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Read ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Show ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Generic ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Associated Types

type Rep ListAssociations :: Type -> Type #

NFData ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Methods

rnf :: ListAssociations -> () #

Hashable ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

ToJSON ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

AWSPager ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

AWSRequest ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Associated Types

type AWSResponse ListAssociations #

ToHeaders ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

ToPath ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

ToQuery ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

type Rep ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

type Rep ListAssociations = D1 ('MetaData "ListAssociations" "Amazonka.SageMaker.ListAssociations" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListAssociations'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "createdAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sourceArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "associationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AssociationEdgeType)) :*: S1 ('MetaSel ('Just "destinationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "destinationType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "createdBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortAssociationsBy)))))))
type AWSResponse ListAssociations Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

newListAssociations :: ListAssociations Source #

Create a value of ListAssociations 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:createdAfter:ListAssociations', listAssociations_createdAfter - A filter that returns only associations created on or after the specified time.

$sel:sourceType:ListAssociations', listAssociations_sourceType - A filter that returns only associations with the specified source type.

$sel:sourceArn:ListAssociations', listAssociations_sourceArn - A filter that returns only associations with the specified source ARN.

$sel:associationType:ListAssociations', listAssociations_associationType - A filter that returns only associations of the specified type.

$sel:destinationArn:ListAssociations', listAssociations_destinationArn - A filter that returns only associations with the specified destination Amazon Resource Name (ARN).

$sel:nextToken:ListAssociations', listAssociations_nextToken - If the previous call to ListAssociations didn't return the full set of associations, the call returns a token for getting the next set of associations.

$sel:destinationType:ListAssociations', listAssociations_destinationType - A filter that returns only associations with the specified destination type.

$sel:sortOrder:ListAssociations', listAssociations_sortOrder - The sort order. The default value is Descending.

$sel:maxResults:ListAssociations', listAssociations_maxResults - The maximum number of associations to return in the response. The default value is 10.

$sel:createdBefore:ListAssociations', listAssociations_createdBefore - A filter that returns only associations created on or before the specified time.

$sel:sortBy:ListAssociations', listAssociations_sortBy - The property used to sort results. The default value is CreationTime.

Request Lenses

listAssociations_createdAfter :: Lens' ListAssociations (Maybe UTCTime) Source #

A filter that returns only associations created on or after the specified time.

listAssociations_sourceType :: Lens' ListAssociations (Maybe Text) Source #

A filter that returns only associations with the specified source type.

listAssociations_sourceArn :: Lens' ListAssociations (Maybe Text) Source #

A filter that returns only associations with the specified source ARN.

listAssociations_associationType :: Lens' ListAssociations (Maybe AssociationEdgeType) Source #

A filter that returns only associations of the specified type.

listAssociations_destinationArn :: Lens' ListAssociations (Maybe Text) Source #

A filter that returns only associations with the specified destination Amazon Resource Name (ARN).

listAssociations_nextToken :: Lens' ListAssociations (Maybe Text) Source #

If the previous call to ListAssociations didn't return the full set of associations, the call returns a token for getting the next set of associations.

listAssociations_destinationType :: Lens' ListAssociations (Maybe Text) Source #

A filter that returns only associations with the specified destination type.

listAssociations_sortOrder :: Lens' ListAssociations (Maybe SortOrder) Source #

The sort order. The default value is Descending.

listAssociations_maxResults :: Lens' ListAssociations (Maybe Natural) Source #

The maximum number of associations to return in the response. The default value is 10.

listAssociations_createdBefore :: Lens' ListAssociations (Maybe UTCTime) Source #

A filter that returns only associations created on or before the specified time.

listAssociations_sortBy :: Lens' ListAssociations (Maybe SortAssociationsBy) Source #

The property used to sort results. The default value is CreationTime.

Destructuring the Response

data ListAssociationsResponse Source #

See: newListAssociationsResponse smart constructor.

Constructors

ListAssociationsResponse' 

Fields

Instances

Instances details
Eq ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Read ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Show ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Generic ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

Associated Types

type Rep ListAssociationsResponse :: Type -> Type #

NFData ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

type Rep ListAssociationsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAssociations

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

newListAssociationsResponse Source #

Create a value of ListAssociationsResponse 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:ListAssociations', listAssociationsResponse_nextToken - A token for getting the next set of associations, if there are any.

$sel:associationSummaries:ListAssociationsResponse', listAssociationsResponse_associationSummaries - A list of associations and their properties.

$sel:httpStatus:ListAssociationsResponse', listAssociationsResponse_httpStatus - The response's http status code.

Response Lenses

listAssociationsResponse_nextToken :: Lens' ListAssociationsResponse (Maybe Text) Source #

A token for getting the next set of associations, if there are any.