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

Description

List hub content versions.

Synopsis

Creating a Request

data ListHubContentVersions Source #

See: newListHubContentVersions smart constructor.

Constructors

ListHubContentVersions' 

Fields

Instances

Instances details
ToJSON ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

ToHeaders ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

ToPath ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

ToQuery ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

AWSRequest ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

Associated Types

type AWSResponse ListHubContentVersions #

Generic ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

Associated Types

type Rep ListHubContentVersions :: Type -> Type #

Read ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

Show ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

NFData ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

Methods

rnf :: ListHubContentVersions -> () #

Eq ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

Hashable ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

type AWSResponse ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

type Rep ListHubContentVersions Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

type Rep ListHubContentVersions = D1 ('MetaData "ListHubContentVersions" "Amazonka.SageMaker.ListHubContentVersions" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListHubContentVersions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "maxSchemaVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "minVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HubContentSortBy)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))) :*: (S1 ('MetaSel ('Just "hubName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "hubContentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HubContentType) :*: S1 ('MetaSel ('Just "hubContentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))))

newListHubContentVersions Source #

Create a value of ListHubContentVersions 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:ListHubContentVersions', listHubContentVersions_creationTimeAfter - Only list hub content versions that were created after the time specified.

$sel:creationTimeBefore:ListHubContentVersions', listHubContentVersions_creationTimeBefore - Only list hub content versions that were created before the time specified.

$sel:maxResults:ListHubContentVersions', listHubContentVersions_maxResults - The maximum number of hub content versions to list.

$sel:maxSchemaVersion:ListHubContentVersions', listHubContentVersions_maxSchemaVersion - The upper bound of the hub content schema version.

$sel:minVersion:ListHubContentVersions', listHubContentVersions_minVersion - The lower bound of the hub content versions to list.

ListHubContentVersions, listHubContentVersions_nextToken - If the response to a previous ListHubContentVersions request was truncated, the response includes a NextToken. To retrieve the next set of hub content versions, use the token in the next request.

$sel:sortBy:ListHubContentVersions', listHubContentVersions_sortBy - Sort hub content versions by either name or creation time.

$sel:sortOrder:ListHubContentVersions', listHubContentVersions_sortOrder - Sort hub content versions by ascending or descending order.

ListHubContentVersions, listHubContentVersions_hubName - The name of the hub to list the content versions of.

ListHubContentVersions, listHubContentVersions_hubContentType - The type of hub content to list versions of.

ListHubContentVersions, listHubContentVersions_hubContentName - The name of the hub content.

Request Lenses

listHubContentVersions_creationTimeAfter :: Lens' ListHubContentVersions (Maybe UTCTime) Source #

Only list hub content versions that were created after the time specified.

listHubContentVersions_creationTimeBefore :: Lens' ListHubContentVersions (Maybe UTCTime) Source #

Only list hub content versions that were created before the time specified.

listHubContentVersions_maxResults :: Lens' ListHubContentVersions (Maybe Natural) Source #

The maximum number of hub content versions to list.

listHubContentVersions_maxSchemaVersion :: Lens' ListHubContentVersions (Maybe Text) Source #

The upper bound of the hub content schema version.

listHubContentVersions_minVersion :: Lens' ListHubContentVersions (Maybe Text) Source #

The lower bound of the hub content versions to list.

listHubContentVersions_nextToken :: Lens' ListHubContentVersions (Maybe Text) Source #

If the response to a previous ListHubContentVersions request was truncated, the response includes a NextToken. To retrieve the next set of hub content versions, use the token in the next request.

listHubContentVersions_sortBy :: Lens' ListHubContentVersions (Maybe HubContentSortBy) Source #

Sort hub content versions by either name or creation time.

listHubContentVersions_sortOrder :: Lens' ListHubContentVersions (Maybe SortOrder) Source #

Sort hub content versions by ascending or descending order.

listHubContentVersions_hubName :: Lens' ListHubContentVersions Text Source #

The name of the hub to list the content versions of.

Destructuring the Response

data ListHubContentVersionsResponse Source #

See: newListHubContentVersionsResponse smart constructor.

Constructors

ListHubContentVersionsResponse' 

Fields

Instances

Instances details
Generic ListHubContentVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

Associated Types

type Rep ListHubContentVersionsResponse :: Type -> Type #

Read ListHubContentVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

Show ListHubContentVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

NFData ListHubContentVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

Eq ListHubContentVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

type Rep ListHubContentVersionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListHubContentVersions

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

newListHubContentVersionsResponse Source #

Create a value of ListHubContentVersionsResponse 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:

ListHubContentVersions, listHubContentVersionsResponse_nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, use it in the subsequent request.

$sel:httpStatus:ListHubContentVersionsResponse', listHubContentVersionsResponse_httpStatus - The response's http status code.

$sel:hubContentSummaries:ListHubContentVersionsResponse', listHubContentVersionsResponse_hubContentSummaries - The summaries of the listed hub content versions.

Response Lenses

listHubContentVersionsResponse_nextToken :: Lens' ListHubContentVersionsResponse (Maybe Text) Source #

If the response is truncated, SageMaker returns this token. To retrieve the next set of hub content versions, use it in the subsequent request.