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

Description

Returns a list of devices in the fleet.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDeviceFleets Source #

See: newListDeviceFleets smart constructor.

Constructors

ListDeviceFleets' 

Fields

Instances

Instances details
ToJSON ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

ToHeaders ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

ToPath ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

ToQuery ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

AWSPager ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

AWSRequest ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Associated Types

type AWSResponse ListDeviceFleets #

Generic ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Associated Types

type Rep ListDeviceFleets :: Type -> Type #

Read ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Show ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

NFData ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Methods

rnf :: ListDeviceFleets -> () #

Eq ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Hashable ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

type AWSResponse ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

type Rep ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

newListDeviceFleets :: ListDeviceFleets Source #

Create a value of ListDeviceFleets 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:ListDeviceFleets', listDeviceFleets_creationTimeAfter - Filter fleets where packaging job was created after specified time.

$sel:creationTimeBefore:ListDeviceFleets', listDeviceFleets_creationTimeBefore - Filter fleets where the edge packaging job was created before specified time.

$sel:lastModifiedTimeAfter:ListDeviceFleets', listDeviceFleets_lastModifiedTimeAfter - Select fleets where the job was updated after X

$sel:lastModifiedTimeBefore:ListDeviceFleets', listDeviceFleets_lastModifiedTimeBefore - Select fleets where the job was updated before X

$sel:maxResults:ListDeviceFleets', listDeviceFleets_maxResults - The maximum number of results to select.

$sel:nameContains:ListDeviceFleets', listDeviceFleets_nameContains - Filter for fleets containing this name in their fleet device name.

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

$sel:sortBy:ListDeviceFleets', listDeviceFleets_sortBy - The column to sort by.

$sel:sortOrder:ListDeviceFleets', listDeviceFleets_sortOrder - What direction to sort in.

Request Lenses

listDeviceFleets_creationTimeAfter :: Lens' ListDeviceFleets (Maybe UTCTime) Source #

Filter fleets where packaging job was created after specified time.

listDeviceFleets_creationTimeBefore :: Lens' ListDeviceFleets (Maybe UTCTime) Source #

Filter fleets where the edge packaging job was created before specified time.

listDeviceFleets_lastModifiedTimeAfter :: Lens' ListDeviceFleets (Maybe UTCTime) Source #

Select fleets where the job was updated after X

listDeviceFleets_lastModifiedTimeBefore :: Lens' ListDeviceFleets (Maybe UTCTime) Source #

Select fleets where the job was updated before X

listDeviceFleets_maxResults :: Lens' ListDeviceFleets (Maybe Int) Source #

The maximum number of results to select.

listDeviceFleets_nameContains :: Lens' ListDeviceFleets (Maybe Text) Source #

Filter for fleets containing this name in their fleet device name.

listDeviceFleets_nextToken :: Lens' ListDeviceFleets (Maybe Text) Source #

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

Destructuring the Response

data ListDeviceFleetsResponse Source #

See: newListDeviceFleetsResponse smart constructor.

Constructors

ListDeviceFleetsResponse' 

Fields

Instances

Instances details
Generic ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Associated Types

type Rep ListDeviceFleetsResponse :: Type -> Type #

Read ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Show ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

NFData ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Eq ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

type Rep ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

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

newListDeviceFleetsResponse Source #

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

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

$sel:httpStatus:ListDeviceFleetsResponse', listDeviceFleetsResponse_httpStatus - The response's http status code.

$sel:deviceFleetSummaries:ListDeviceFleetsResponse', listDeviceFleetsResponse_deviceFleetSummaries - Summary of the device fleet.

Response Lenses

listDeviceFleetsResponse_nextToken :: Lens' ListDeviceFleetsResponse (Maybe Text) Source #

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