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

Description

Lists all edge deployment plans.

This operation returns paginated results.

Synopsis

Creating a Request

data ListEdgeDeploymentPlans Source #

See: newListEdgeDeploymentPlans smart constructor.

Constructors

ListEdgeDeploymentPlans' 

Fields

Instances

Instances details
ToJSON ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

ToHeaders ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

ToPath ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

ToQuery ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

AWSPager ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

AWSRequest ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

Generic ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

Associated Types

type Rep ListEdgeDeploymentPlans :: Type -> Type #

Read ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

Show ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

NFData ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

Methods

rnf :: ListEdgeDeploymentPlans -> () #

Eq ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

Hashable ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

type AWSResponse ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

type Rep ListEdgeDeploymentPlans Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

type Rep ListEdgeDeploymentPlans = D1 ('MetaData "ListEdgeDeploymentPlans" "Amazonka.SageMaker.ListEdgeDeploymentPlans" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListEdgeDeploymentPlans'" '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 "deviceFleetNameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: ((S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "nameContains") '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 ListEdgeDeploymentPlansSortBy)) :*: S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)))))))

newListEdgeDeploymentPlans :: ListEdgeDeploymentPlans Source #

Create a value of ListEdgeDeploymentPlans 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:ListEdgeDeploymentPlans', listEdgeDeploymentPlans_creationTimeAfter - Selects edge deployment plans created after this time.

$sel:creationTimeBefore:ListEdgeDeploymentPlans', listEdgeDeploymentPlans_creationTimeBefore - Selects edge deployment plans created before this time.

$sel:deviceFleetNameContains:ListEdgeDeploymentPlans', listEdgeDeploymentPlans_deviceFleetNameContains - Selects edge deployment plans with a device fleet name containing this name.

$sel:lastModifiedTimeAfter:ListEdgeDeploymentPlans', listEdgeDeploymentPlans_lastModifiedTimeAfter - Selects edge deployment plans that were last updated after this time.

$sel:lastModifiedTimeBefore:ListEdgeDeploymentPlans', listEdgeDeploymentPlans_lastModifiedTimeBefore - Selects edge deployment plans that were last updated before this time.

$sel:maxResults:ListEdgeDeploymentPlans', listEdgeDeploymentPlans_maxResults - The maximum number of results to select (50 by default).

$sel:nameContains:ListEdgeDeploymentPlans', listEdgeDeploymentPlans_nameContains - Selects edge deployment plans with names containing this name.

ListEdgeDeploymentPlans, listEdgeDeploymentPlans_nextToken - The response from the last list when returning a list large enough to need tokening.

$sel:sortBy:ListEdgeDeploymentPlans', listEdgeDeploymentPlans_sortBy - The column by which to sort the edge deployment plans. Can be one of NAME, DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.

$sel:sortOrder:ListEdgeDeploymentPlans', listEdgeDeploymentPlans_sortOrder - The direction of the sorting (ascending or descending).

Request Lenses

listEdgeDeploymentPlans_creationTimeAfter :: Lens' ListEdgeDeploymentPlans (Maybe UTCTime) Source #

Selects edge deployment plans created after this time.

listEdgeDeploymentPlans_creationTimeBefore :: Lens' ListEdgeDeploymentPlans (Maybe UTCTime) Source #

Selects edge deployment plans created before this time.

listEdgeDeploymentPlans_deviceFleetNameContains :: Lens' ListEdgeDeploymentPlans (Maybe Text) Source #

Selects edge deployment plans with a device fleet name containing this name.

listEdgeDeploymentPlans_lastModifiedTimeAfter :: Lens' ListEdgeDeploymentPlans (Maybe UTCTime) Source #

Selects edge deployment plans that were last updated after this time.

listEdgeDeploymentPlans_lastModifiedTimeBefore :: Lens' ListEdgeDeploymentPlans (Maybe UTCTime) Source #

Selects edge deployment plans that were last updated before this time.

listEdgeDeploymentPlans_maxResults :: Lens' ListEdgeDeploymentPlans (Maybe Int) Source #

The maximum number of results to select (50 by default).

listEdgeDeploymentPlans_nameContains :: Lens' ListEdgeDeploymentPlans (Maybe Text) Source #

Selects edge deployment plans with names containing this name.

listEdgeDeploymentPlans_nextToken :: Lens' ListEdgeDeploymentPlans (Maybe Text) Source #

The response from the last list when returning a list large enough to need tokening.

listEdgeDeploymentPlans_sortBy :: Lens' ListEdgeDeploymentPlans (Maybe ListEdgeDeploymentPlansSortBy) Source #

The column by which to sort the edge deployment plans. Can be one of NAME, DEVICEFLEETNAME, CREATIONTIME, LASTMODIFIEDTIME.

listEdgeDeploymentPlans_sortOrder :: Lens' ListEdgeDeploymentPlans (Maybe SortOrder) Source #

The direction of the sorting (ascending or descending).

Destructuring the Response

data ListEdgeDeploymentPlansResponse Source #

See: newListEdgeDeploymentPlansResponse smart constructor.

Constructors

ListEdgeDeploymentPlansResponse' 

Fields

Instances

Instances details
Generic ListEdgeDeploymentPlansResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

Associated Types

type Rep ListEdgeDeploymentPlansResponse :: Type -> Type #

Read ListEdgeDeploymentPlansResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

Show ListEdgeDeploymentPlansResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

NFData ListEdgeDeploymentPlansResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

Eq ListEdgeDeploymentPlansResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

type Rep ListEdgeDeploymentPlansResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListEdgeDeploymentPlans

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

newListEdgeDeploymentPlansResponse Source #

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

ListEdgeDeploymentPlans, listEdgeDeploymentPlansResponse_nextToken - The token to use when calling the next page of results.

$sel:httpStatus:ListEdgeDeploymentPlansResponse', listEdgeDeploymentPlansResponse_httpStatus - The response's http status code.

$sel:edgeDeploymentPlanSummaries:ListEdgeDeploymentPlansResponse', listEdgeDeploymentPlansResponse_edgeDeploymentPlanSummaries - List of summaries of edge deployment plans.

Response Lenses

listEdgeDeploymentPlansResponse_nextToken :: Lens' ListEdgeDeploymentPlansResponse (Maybe Text) Source #

The token to use when calling the next page of results.