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

Description

 
Synopsis

Documentation

data EdgePresetDeploymentOutput Source #

The output of a SageMaker Edge Manager deployable resource.

See: newEdgePresetDeploymentOutput smart constructor.

Constructors

EdgePresetDeploymentOutput' 

Fields

Instances

Instances details
Eq EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Read EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Show EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Generic EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Associated Types

type Rep EdgePresetDeploymentOutput :: Type -> Type #

NFData EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

Hashable EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

FromJSON EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

type Rep EdgePresetDeploymentOutput Source # 
Instance details

Defined in Amazonka.SageMaker.Types.EdgePresetDeploymentOutput

type Rep EdgePresetDeploymentOutput = D1 ('MetaData "EdgePresetDeploymentOutput" "Amazonka.SageMaker.Types.EdgePresetDeploymentOutput" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "EdgePresetDeploymentOutput'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EdgePresetDeploymentStatus)) :*: S1 ('MetaSel ('Just "artifact") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EdgePresetDeploymentType))))

newEdgePresetDeploymentOutput Source #

Create a value of EdgePresetDeploymentOutput 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:status:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_status - The status of the deployable resource.

$sel:artifact:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_artifact - The Amazon Resource Name (ARN) of the generated deployable resource.

$sel:statusMessage:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_statusMessage - Returns a message describing the status of the deployed resource.

$sel:type':EdgePresetDeploymentOutput', edgePresetDeploymentOutput_type - The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

edgePresetDeploymentOutput_artifact :: Lens' EdgePresetDeploymentOutput (Maybe Text) Source #

The Amazon Resource Name (ARN) of the generated deployable resource.

edgePresetDeploymentOutput_statusMessage :: Lens' EdgePresetDeploymentOutput (Maybe Text) Source #

Returns a message describing the status of the deployed resource.

edgePresetDeploymentOutput_type :: Lens' EdgePresetDeploymentOutput EdgePresetDeploymentType Source #

The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.