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

Description

 
Synopsis

Documentation

data InputS3Object Source #

Amazon S3 Location information for an input manifest file.

See: newInputS3Object smart constructor.

Constructors

InputS3Object' 

Fields

  • versionId :: Maybe Text

    The version ID of the bucket.

  • bucket :: Text

    The Amazon S3 bucket that contains the manifest.

  • key :: Text

    The name and location of the manifest file withiin the bucket.

Instances

Instances details
Eq InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

Read InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

Show InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

Generic InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

Associated Types

type Rep InputS3Object :: Type -> Type #

NFData InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

Methods

rnf :: InputS3Object -> () #

Hashable InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

ToJSON InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

type Rep InputS3Object Source # 
Instance details

Defined in Amazonka.LookoutVision.Types.InputS3Object

type Rep InputS3Object = D1 ('MetaData "InputS3Object" "Amazonka.LookoutVision.Types.InputS3Object" "libZSservicesZSamazonka-lookoutvisionZSamazonka-lookoutvision" 'False) (C1 ('MetaCons "InputS3Object'" 'PrefixI 'True) (S1 ('MetaSel ('Just "versionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newInputS3Object Source #

Create a value of InputS3Object 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:versionId:InputS3Object', inputS3Object_versionId - The version ID of the bucket.

$sel:bucket:InputS3Object', inputS3Object_bucket - The Amazon S3 bucket that contains the manifest.

$sel:key:InputS3Object', inputS3Object_key - The name and location of the manifest file withiin the bucket.

inputS3Object_versionId :: Lens' InputS3Object (Maybe Text) Source #

The version ID of the bucket.

inputS3Object_bucket :: Lens' InputS3Object Text Source #

The Amazon S3 bucket that contains the manifest.

inputS3Object_key :: Lens' InputS3Object Text Source #

The name and location of the manifest file withiin the bucket.