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

Description

Lists devices allocated to the stage, containing detailed device information and deployment status.

This operation returns paginated results.

Synopsis

Creating a Request

data ListStageDevices Source #

See: newListStageDevices smart constructor.

Constructors

ListStageDevices' 

Fields

Instances

Instances details
ToJSON ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

ToHeaders ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

ToPath ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

ToQuery ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

AWSPager ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

AWSRequest ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

Associated Types

type AWSResponse ListStageDevices #

Generic ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

Associated Types

type Rep ListStageDevices :: Type -> Type #

Read ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

Show ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

NFData ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

Methods

rnf :: ListStageDevices -> () #

Eq ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

Hashable ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

type AWSResponse ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

type Rep ListStageDevices Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

type Rep ListStageDevices = D1 ('MetaData "ListStageDevices" "Amazonka.SageMaker.ListStageDevices" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListStageDevices'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "excludeDevicesDeployedInOtherStage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "edgeDeploymentPlanName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stageName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newListStageDevices Source #

Create a value of ListStageDevices 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:excludeDevicesDeployedInOtherStage:ListStageDevices', listStageDevices_excludeDevicesDeployedInOtherStage - Toggle for excluding devices deployed in other stages.

$sel:maxResults:ListStageDevices', listStageDevices_maxResults - The maximum number of requests to select.

ListStageDevices, listStageDevices_nextToken - The response from the last list when returning a list large enough to neeed tokening.

ListStageDevices, listStageDevices_edgeDeploymentPlanName - The name of the edge deployment plan.

ListStageDevices, listStageDevices_stageName - The name of the stage in the deployment.

Request Lenses

listStageDevices_excludeDevicesDeployedInOtherStage :: Lens' ListStageDevices (Maybe Bool) Source #

Toggle for excluding devices deployed in other stages.

listStageDevices_maxResults :: Lens' ListStageDevices (Maybe Int) Source #

The maximum number of requests to select.

listStageDevices_nextToken :: Lens' ListStageDevices (Maybe Text) Source #

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

listStageDevices_stageName :: Lens' ListStageDevices Text Source #

The name of the stage in the deployment.

Destructuring the Response

data ListStageDevicesResponse Source #

See: newListStageDevicesResponse smart constructor.

Constructors

ListStageDevicesResponse' 

Fields

Instances

Instances details
Generic ListStageDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

Associated Types

type Rep ListStageDevicesResponse :: Type -> Type #

Read ListStageDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

Show ListStageDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

NFData ListStageDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

Eq ListStageDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

type Rep ListStageDevicesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListStageDevices

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

newListStageDevicesResponse Source #

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

ListStageDevices, listStageDevicesResponse_nextToken - The token to use when calling the next page of results.

$sel:httpStatus:ListStageDevicesResponse', listStageDevicesResponse_httpStatus - The response's http status code.

$sel:deviceDeploymentSummaries:ListStageDevicesResponse', listStageDevicesResponse_deviceDeploymentSummaries - List of summaries of devices allocated to the stage.

Response Lenses

listStageDevicesResponse_nextToken :: Lens' ListStageDevicesResponse (Maybe Text) Source #

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