libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Read ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Show ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Generic ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Associated Types

type Rep ListDeviceFleets :: Type -> Type #

NFData ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Methods

rnf :: ListDeviceFleets -> () #

Hashable ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

ToJSON 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 #

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

type Rep ListDeviceFleets Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

type Rep ListDeviceFleets = D1 ('MetaData "ListDeviceFleets" "Amazonka.SageMaker.ListDeviceFleets" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDeviceFleets'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "lastModifiedTimeAfter") '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 Int)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ListDeviceFleetsSortBy)))))))
type AWSResponse 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:nameContains:ListDeviceFleets', listDeviceFleets_nameContains - Filter for fleets containing this name in their fleet device name.

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

$sel:creationTimeAfter:ListDeviceFleets', listDeviceFleets_creationTimeAfter - Filter fleets where packaging job was created after specified time.

$sel:nextToken:ListDeviceFleets', listDeviceFleets_nextToken - The response from the last list when returning a list large enough to need tokening.

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

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

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

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

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

Request Lenses

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

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

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

Select fleets where the job was updated before X

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

Filter fleets where packaging job was created after specified time.

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

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

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

Select fleets where the job was updated after X

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

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

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

The maximum number of results to select.

Destructuring the Response

data ListDeviceFleetsResponse Source #

See: newListDeviceFleetsResponse smart constructor.

Constructors

ListDeviceFleetsResponse' 

Fields

Instances

Instances details
Eq ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Read ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Show ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Generic ListDeviceFleetsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDeviceFleets

Associated Types

type Rep ListDeviceFleetsResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" '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:

$sel:nextToken: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.