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

Description

A list of devices.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDevices Source #

See: newListDevices smart constructor.

Constructors

ListDevices' 

Fields

Instances

Instances details
Eq ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Read ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Show ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Generic ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Associated Types

type Rep ListDevices :: Type -> Type #

NFData ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Methods

rnf :: ListDevices -> () #

Hashable ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

ToJSON ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

AWSPager ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

AWSRequest ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Associated Types

type AWSResponse ListDevices #

ToHeaders ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Methods

toHeaders :: ListDevices -> [Header] #

ToPath ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

ToQuery ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

type Rep ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

type Rep ListDevices = D1 ('MetaData "ListDevices" "Amazonka.SageMaker.ListDevices" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDevices'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "latestHeartbeatAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "modelName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse ListDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

newListDevices :: ListDevices Source #

Create a value of ListDevices 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:latestHeartbeatAfter:ListDevices', listDevices_latestHeartbeatAfter - Select fleets where the job was updated after X

$sel:modelName:ListDevices', listDevices_modelName - A filter that searches devices that contains this name in any of their models.

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

$sel:maxResults:ListDevices', listDevices_maxResults - Maximum number of results to select.

$sel:deviceFleetName:ListDevices', listDevices_deviceFleetName - Filter for fleets containing this name in their device fleet name.

Request Lenses

listDevices_latestHeartbeatAfter :: Lens' ListDevices (Maybe UTCTime) Source #

Select fleets where the job was updated after X

listDevices_modelName :: Lens' ListDevices (Maybe Text) Source #

A filter that searches devices that contains this name in any of their models.

listDevices_nextToken :: Lens' ListDevices (Maybe Text) Source #

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

listDevices_maxResults :: Lens' ListDevices (Maybe Int) Source #

Maximum number of results to select.

listDevices_deviceFleetName :: Lens' ListDevices (Maybe Text) Source #

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

Destructuring the Response

data ListDevicesResponse Source #

See: newListDevicesResponse smart constructor.

Constructors

ListDevicesResponse' 

Fields

Instances

Instances details
Eq ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Read ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Show ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Generic ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Associated Types

type Rep ListDevicesResponse :: Type -> Type #

NFData ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

Methods

rnf :: ListDevicesResponse -> () #

type Rep ListDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDevices

type Rep ListDevicesResponse = D1 ('MetaData "ListDevicesResponse" "Amazonka.SageMaker.ListDevices" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDevicesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "deviceSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [DeviceSummary]))))

newListDevicesResponse Source #

Create a value of ListDevicesResponse 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:ListDevices', listDevicesResponse_nextToken - The response from the last list when returning a list large enough to need tokening.

$sel:httpStatus:ListDevicesResponse', listDevicesResponse_httpStatus - The response's http status code.

$sel:deviceSummaries:ListDevicesResponse', listDevicesResponse_deviceSummaries - Summary of devices.

Response Lenses

listDevicesResponse_nextToken :: Lens' ListDevicesResponse (Maybe Text) Source #

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