| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.ListStageDevices
Description
Lists devices allocated to the stage, containing detailed device information and deployment status.
This operation returns paginated results.
Synopsis
- data ListStageDevices = ListStageDevices' {}
 - newListStageDevices :: Text -> Text -> ListStageDevices
 - listStageDevices_excludeDevicesDeployedInOtherStage :: Lens' ListStageDevices (Maybe Bool)
 - listStageDevices_maxResults :: Lens' ListStageDevices (Maybe Int)
 - listStageDevices_nextToken :: Lens' ListStageDevices (Maybe Text)
 - listStageDevices_edgeDeploymentPlanName :: Lens' ListStageDevices Text
 - listStageDevices_stageName :: Lens' ListStageDevices Text
 - data ListStageDevicesResponse = ListStageDevicesResponse' {}
 - newListStageDevicesResponse :: Int -> ListStageDevicesResponse
 - listStageDevicesResponse_nextToken :: Lens' ListStageDevicesResponse (Maybe Text)
 - listStageDevicesResponse_httpStatus :: Lens' ListStageDevicesResponse Int
 - listStageDevicesResponse_deviceDeploymentSummaries :: Lens' ListStageDevicesResponse [DeviceDeploymentSummary]
 
Creating a Request
data ListStageDevices Source #
See: newListStageDevices smart constructor.
Constructors
| ListStageDevices' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> ListStageDevices | 
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_edgeDeploymentPlanName :: Lens' ListStageDevices Text Source #
The name of the edge deployment plan.
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
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.
listStageDevicesResponse_httpStatus :: Lens' ListStageDevicesResponse Int Source #
The response's http status code.
listStageDevicesResponse_deviceDeploymentSummaries :: Lens' ListStageDevicesResponse [DeviceDeploymentSummary] Source #
List of summaries of devices allocated to the stage.