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

Description

 
Synopsis

Documentation

data ImageSource Source #

The source for an image.

See: newImageSource smart constructor.

Constructors

ImageSource' 

Fields

Instances

Instances details
FromJSON ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Generic ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Associated Types

type Rep ImageSource :: Type -> Type #

Read ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Show ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

NFData ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Methods

rnf :: ImageSource -> () #

Eq ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Hashable ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

type Rep ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

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

newImageSource :: ImageSource Source #

Create a value of ImageSource 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:type':ImageSource', imageSource_type - The type of the image.

imageSource_type :: Lens' ImageSource (Maybe Text) Source #

The type of the image.