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.Types.EdgeDeploymentPlanSummary

Description

 
Synopsis

Documentation

data EdgeDeploymentPlanSummary Source #

Contains information summarizing an edge deployment plan.

See: newEdgeDeploymentPlanSummary smart constructor.

Constructors

EdgeDeploymentPlanSummary' 

Fields

Instances

Instances details
FromJSON EdgeDeploymentPlanSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentPlanSummary

Generic EdgeDeploymentPlanSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentPlanSummary

Associated Types

type Rep EdgeDeploymentPlanSummary :: Type -> Type #

Read EdgeDeploymentPlanSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentPlanSummary

Show EdgeDeploymentPlanSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentPlanSummary

NFData EdgeDeploymentPlanSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentPlanSummary

Eq EdgeDeploymentPlanSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentPlanSummary

Hashable EdgeDeploymentPlanSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentPlanSummary

type Rep EdgeDeploymentPlanSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgeDeploymentPlanSummary

type Rep EdgeDeploymentPlanSummary = D1 ('MetaData "EdgeDeploymentPlanSummary" "Amazonka.SageMaker.Types.EdgeDeploymentPlanSummary" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "EdgeDeploymentPlanSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "edgeDeploymentPlanArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "edgeDeploymentPlanName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "deviceFleetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "edgeDeploymentSuccess") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)) :*: (S1 ('MetaSel ('Just "edgeDeploymentPending") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "edgeDeploymentFailed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

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