amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.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

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 #

Generic ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Associated Types

type Rep ListActions :: Type -> Type #

Read ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Show ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

NFData ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Methods

rnf :: ListActions -> () #

Eq ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Hashable ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

type AWSResponse ListActions Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

type Rep 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:

ListActions, listActions_actionType - A filter that returns only actions of the specified type.

ListActions, listActions_createdAfter - A filter that returns only actions created on or after the specified time.

ListActions, listActions_createdBefore - A filter that returns only actions created on or before the specified time.

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

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:sortBy:ListActions', listActions_sortBy - The property used to sort results. The default value is CreationTime.

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

ListActions, listActions_sourceUri - A filter that returns only actions with the specified source URI.

Request Lenses

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

A filter that returns only actions of the specified type.

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

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

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

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

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

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

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_sortBy :: Lens' ListActions (Maybe SortActionsBy) Source #

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

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.

Destructuring the Response

data ListActionsResponse Source #

See: newListActionsResponse smart constructor.

Constructors

ListActionsResponse' 

Fields

Instances

Instances details
Generic ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Associated Types

type Rep ListActionsResponse :: Type -> Type #

Read ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Show ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

NFData ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

Methods

rnf :: ListActionsResponse -> () #

Eq ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

type Rep ListActionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListActions

type Rep ListActionsResponse = D1 ('MetaData "ListActionsResponse" "Amazonka.SageMaker.ListActions" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" '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.

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.