libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision
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.LookoutVision.Types.ImageSource

Description

 
Synopsis

Documentation

data ImageSource Source #

The source for an image.

See: newImageSource smart constructor.

Constructors

ImageSource' 

Fields

Instances

Instances details
Eq ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Read ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Show 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 #

NFData ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

Methods

rnf :: ImageSource -> () #

Hashable ImageSource Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.ImageSource

FromJSON 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" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" '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.