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

Description

Lists the actions in your account and their properties.

This operation returns paginated results.

Synopsis

Creating a Request

data ListActions Source #

See: newListActions smart constructor.

Constructors

ListActions' 

Fields

Instances

Instances details
Eq ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Read ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Show ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Generic ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Associated Types

type Rep ListActions :: Type -> Type #

NFData ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Methods

rnf :: ListActions -> () #

Hashable ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

ToJSON ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

AWSPager ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

AWSRequest ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Associated Types

type AWSResponse ListActions #

ToHeaders ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Methods

toHeaders :: ListActions -> [Header] #

ToPath ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

ToQuery ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

type Rep ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

type AWSResponse ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

newListActions :: ListActions Source #

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

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

$sel:sortOrder:ListActions', listActions_sortOrder - The sort order. The default value is Descending.

$sel:sourceUri:ListActions', listActions_sourceUri - A filter that returns only actions with the specified source URI.

$sel:actionType:ListActions', listActions_actionType - A filter that returns only actions of the specified type.

$sel:maxResults:ListActions', listActions_maxResults - The maximum number of actions to return in the response. The default value is 10.

$sel:createdBefore:ListActions', listActions_createdBefore - A filter that returns only actions created on or before the specified time.

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

Request Lenses

listActions_createdAfter :: Lens' ListActions (Maybe UTCTime) Source #

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

listActions_nextToken :: Lens' ListActions (Maybe Text) Source #

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

listActions_sortOrder :: Lens' ListActions (Maybe SortOrder) Source #

The sort order. The default value is Descending.

listActions_sourceUri :: Lens' ListActions (Maybe Text) Source #

A filter that returns only actions with the specified source URI.

listActions_actionType :: Lens' ListActions (Maybe Text) Source #

A filter that returns only actions of the specified type.

listActions_maxResults :: Lens' ListActions (Maybe Natural) Source #

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

listActions_createdBefore :: Lens' ListActions (Maybe UTCTime) Source #

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

listActions_sortBy :: Lens' ListActions (Maybe SortActionsBy) Source #

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

Destructuring the Response

data ListActionsResponse Source #

See: newListActionsResponse smart constructor.

Constructors

ListActionsResponse' 

Fields

Instances

Instances details
Eq ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Read ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Show ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Generic ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Associated Types

type Rep ListActionsResponse :: Type -> Type #

NFData ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Methods

rnf :: ListActionsResponse -> () #

type Rep ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

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

newListActionsResponse Source #

Create a value of ListActionsResponse 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:actionSummaries:ListActionsResponse', listActionsResponse_actionSummaries - A list of actions and their properties.

$sel:nextToken:ListActions', listActionsResponse_nextToken - A token for getting the next set of actions, if there are any.

$sel:httpStatus:ListActionsResponse', listActionsResponse_httpStatus - The response's http status code.

Response Lenses

listActionsResponse_nextToken :: Lens' ListActionsResponse (Maybe Text) Source #

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