amazonka-lookoutvision-2.0: Amazon Lookout for Vision 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.LookoutVision.Types.GreengrassOutputDetails

Description

 
Synopsis

Documentation

data GreengrassOutputDetails Source #

Information about the AWS IoT Greengrass component created by a model packaging job.

See: newGreengrassOutputDetails smart constructor.

Constructors

GreengrassOutputDetails' 

Fields

Instances

Instances details
FromJSON GreengrassOutputDetails Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassOutputDetails

Generic GreengrassOutputDetails Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassOutputDetails

Associated Types

type Rep GreengrassOutputDetails :: Type -> Type #

Read GreengrassOutputDetails Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassOutputDetails

Show GreengrassOutputDetails Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassOutputDetails

NFData GreengrassOutputDetails Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassOutputDetails

Methods

rnf :: GreengrassOutputDetails -> () #

Eq GreengrassOutputDetails Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassOutputDetails

Hashable GreengrassOutputDetails Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassOutputDetails

type Rep GreengrassOutputDetails Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.GreengrassOutputDetails

type Rep GreengrassOutputDetails = D1 ('MetaData "GreengrassOutputDetails" "Amazonka.LookoutVision.Types.GreengrassOutputDetails" "amazonka-lookoutvision-2.0-3cIJAF9xWxx8xGDY24BOkS" 'False) (C1 ('MetaCons "GreengrassOutputDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "componentVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGreengrassOutputDetails :: GreengrassOutputDetails Source #

Create a value of GreengrassOutputDetails 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:componentName:GreengrassOutputDetails', greengrassOutputDetails_componentName - The name of the component.

$sel:componentVersion:GreengrassOutputDetails', greengrassOutputDetails_componentVersion - The version of the component.

$sel:componentVersionArn:GreengrassOutputDetails', greengrassOutputDetails_componentVersionArn - The Amazon Resource Name (ARN) of the component.

greengrassOutputDetails_componentVersionArn :: Lens' GreengrassOutputDetails (Maybe Text) Source #

The Amazon Resource Name (ARN) of the component.