| 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.Types.EdgeDeploymentPlanSummary
Description
Synopsis
- data EdgeDeploymentPlanSummary = EdgeDeploymentPlanSummary' {}
 - newEdgeDeploymentPlanSummary :: Text -> Text -> Text -> Int -> Int -> Int -> EdgeDeploymentPlanSummary
 - edgeDeploymentPlanSummary_creationTime :: Lens' EdgeDeploymentPlanSummary (Maybe UTCTime)
 - edgeDeploymentPlanSummary_lastModifiedTime :: Lens' EdgeDeploymentPlanSummary (Maybe UTCTime)
 - edgeDeploymentPlanSummary_edgeDeploymentPlanArn :: Lens' EdgeDeploymentPlanSummary Text
 - edgeDeploymentPlanSummary_edgeDeploymentPlanName :: Lens' EdgeDeploymentPlanSummary Text
 - edgeDeploymentPlanSummary_deviceFleetName :: Lens' EdgeDeploymentPlanSummary Text
 - edgeDeploymentPlanSummary_edgeDeploymentSuccess :: Lens' EdgeDeploymentPlanSummary Int
 - edgeDeploymentPlanSummary_edgeDeploymentPending :: Lens' EdgeDeploymentPlanSummary Int
 - edgeDeploymentPlanSummary_edgeDeploymentFailed :: Lens' EdgeDeploymentPlanSummary Int
 
Documentation
data EdgeDeploymentPlanSummary Source #
Contains information summarizing an edge deployment plan.
See: newEdgeDeploymentPlanSummary smart constructor.
Constructors
| EdgeDeploymentPlanSummary' | |
Fields 
  | |
Instances
newEdgeDeploymentPlanSummary Source #
Create a value of EdgeDeploymentPlanSummary 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:creationTime:EdgeDeploymentPlanSummary', edgeDeploymentPlanSummary_creationTime - The time when the edge deployment plan was created.
$sel:lastModifiedTime:EdgeDeploymentPlanSummary', edgeDeploymentPlanSummary_lastModifiedTime - The time when the edge deployment plan was last updated.
$sel:edgeDeploymentPlanArn:EdgeDeploymentPlanSummary', edgeDeploymentPlanSummary_edgeDeploymentPlanArn - The ARN of the edge deployment plan.
$sel:edgeDeploymentPlanName:EdgeDeploymentPlanSummary', edgeDeploymentPlanSummary_edgeDeploymentPlanName - The name of the edge deployment plan.
$sel:deviceFleetName:EdgeDeploymentPlanSummary', edgeDeploymentPlanSummary_deviceFleetName - The name of the device fleet used for the deployment.
$sel:edgeDeploymentSuccess:EdgeDeploymentPlanSummary', edgeDeploymentPlanSummary_edgeDeploymentSuccess - The number of edge devices with the successful deployment.
$sel:edgeDeploymentPending:EdgeDeploymentPlanSummary', edgeDeploymentPlanSummary_edgeDeploymentPending - The number of edge devices yet to pick up the deployment, or in
 progress.
$sel:edgeDeploymentFailed:EdgeDeploymentPlanSummary', edgeDeploymentPlanSummary_edgeDeploymentFailed - The number of edge devices that failed the deployment.
edgeDeploymentPlanSummary_creationTime :: Lens' EdgeDeploymentPlanSummary (Maybe UTCTime) Source #
The time when the edge deployment plan was created.
edgeDeploymentPlanSummary_lastModifiedTime :: Lens' EdgeDeploymentPlanSummary (Maybe UTCTime) Source #
The time when the edge deployment plan was last updated.
edgeDeploymentPlanSummary_edgeDeploymentPlanArn :: Lens' EdgeDeploymentPlanSummary Text Source #
The ARN of the edge deployment plan.
edgeDeploymentPlanSummary_edgeDeploymentPlanName :: Lens' EdgeDeploymentPlanSummary Text Source #
The name of the edge deployment plan.
edgeDeploymentPlanSummary_deviceFleetName :: Lens' EdgeDeploymentPlanSummary Text Source #
The name of the device fleet used for the deployment.
edgeDeploymentPlanSummary_edgeDeploymentSuccess :: Lens' EdgeDeploymentPlanSummary Int Source #
The number of edge devices with the successful deployment.
edgeDeploymentPlanSummary_edgeDeploymentPending :: Lens' EdgeDeploymentPlanSummary Int Source #
The number of edge devices yet to pick up the deployment, or in progress.
edgeDeploymentPlanSummary_edgeDeploymentFailed :: Lens' EdgeDeploymentPlanSummary Int Source #
The number of edge devices that failed the deployment.