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

Description

Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or modified time, and whether the AppImageConfig name contains a specified string.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAppImageConfigs Source #

See: newListAppImageConfigs smart constructor.

Constructors

ListAppImageConfigs' 

Fields

Instances

Instances details
ToJSON ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

ToHeaders ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

ToPath ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

ToQuery ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

AWSPager ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

AWSRequest ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Associated Types

type AWSResponse ListAppImageConfigs #

Generic ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Associated Types

type Rep ListAppImageConfigs :: Type -> Type #

Read ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Show ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

NFData ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Methods

rnf :: ListAppImageConfigs -> () #

Eq ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Hashable ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

type AWSResponse ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

type Rep ListAppImageConfigs Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

newListAppImageConfigs :: ListAppImageConfigs Source #

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

$sel:creationTimeBefore:ListAppImageConfigs', listAppImageConfigs_creationTimeBefore - A filter that returns only AppImageConfigs created on or before the specified time.

$sel:maxResults:ListAppImageConfigs', listAppImageConfigs_maxResults - The maximum number of AppImageConfigs to return in the response. The default value is 10.

$sel:modifiedTimeAfter:ListAppImageConfigs', listAppImageConfigs_modifiedTimeAfter - A filter that returns only AppImageConfigs modified on or after the specified time.

$sel:modifiedTimeBefore:ListAppImageConfigs', listAppImageConfigs_modifiedTimeBefore - A filter that returns only AppImageConfigs modified on or before the specified time.

$sel:nameContains:ListAppImageConfigs', listAppImageConfigs_nameContains - A filter that returns only AppImageConfigs whose name contains the specified string.

ListAppImageConfigs, listAppImageConfigs_nextToken - If the previous call to ListImages didn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.

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

$sel:sortOrder:ListAppImageConfigs', listAppImageConfigs_sortOrder - The sort order. The default value is Descending.

Request Lenses

listAppImageConfigs_creationTimeAfter :: Lens' ListAppImageConfigs (Maybe UTCTime) Source #

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

listAppImageConfigs_creationTimeBefore :: Lens' ListAppImageConfigs (Maybe UTCTime) Source #

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

listAppImageConfigs_maxResults :: Lens' ListAppImageConfigs (Maybe Natural) Source #

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

listAppImageConfigs_modifiedTimeAfter :: Lens' ListAppImageConfigs (Maybe UTCTime) Source #

A filter that returns only AppImageConfigs modified on or after the specified time.

listAppImageConfigs_modifiedTimeBefore :: Lens' ListAppImageConfigs (Maybe UTCTime) Source #

A filter that returns only AppImageConfigs modified on or before the specified time.

listAppImageConfigs_nameContains :: Lens' ListAppImageConfigs (Maybe Text) Source #

A filter that returns only AppImageConfigs whose name contains the specified string.

listAppImageConfigs_nextToken :: Lens' ListAppImageConfigs (Maybe Text) Source #

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

listAppImageConfigs_sortBy :: Lens' ListAppImageConfigs (Maybe AppImageConfigSortKey) Source #

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

listAppImageConfigs_sortOrder :: Lens' ListAppImageConfigs (Maybe SortOrder) Source #

The sort order. The default value is Descending.

Destructuring the Response

data ListAppImageConfigsResponse Source #

See: newListAppImageConfigsResponse smart constructor.

Constructors

ListAppImageConfigsResponse' 

Fields

Instances

Instances details
Generic ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Associated Types

type Rep ListAppImageConfigsResponse :: Type -> Type #

Read ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Show ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

NFData ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

Eq ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

type Rep ListAppImageConfigsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListAppImageConfigs

type Rep ListAppImageConfigsResponse = D1 ('MetaData "ListAppImageConfigsResponse" "Amazonka.SageMaker.ListAppImageConfigs" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListAppImageConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "appImageConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AppImageConfigDetails])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListAppImageConfigsResponse Source #

Create a value of ListAppImageConfigsResponse 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:appImageConfigs:ListAppImageConfigsResponse', listAppImageConfigsResponse_appImageConfigs - A list of AppImageConfigs and their properties.

ListAppImageConfigs, listAppImageConfigsResponse_nextToken - A token for getting the next set of AppImageConfigs, if there are any.

$sel:httpStatus:ListAppImageConfigsResponse', listAppImageConfigsResponse_httpStatus - The response's http status code.

Response Lenses

listAppImageConfigsResponse_nextToken :: Lens' ListAppImageConfigsResponse (Maybe Text) Source #

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