amazonka-lookoutequipment-2.0: Amazon Lookout for Equipment 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.LookoutEquipment.Types.S3Object

Description

 
Synopsis

Documentation

data S3Object Source #

Contains information about an S3 bucket.

See: newS3Object smart constructor.

Constructors

S3Object' 

Fields

  • bucket :: Text

    The name of the specific S3 bucket.

  • key :: Text

    The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.

Instances

Instances details
FromJSON S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Generic S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Associated Types

type Rep S3Object :: Type -> Type #

Methods

from :: S3Object -> Rep S3Object x #

to :: Rep S3Object x -> S3Object #

Read S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Show S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

NFData S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Methods

rnf :: S3Object -> () #

Eq S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Hashable S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

Methods

hashWithSalt :: Int -> S3Object -> Int #

hash :: S3Object -> Int #

type Rep S3Object Source # 
Instance details

Defined in Amazonka.LookoutEquipment.Types.S3Object

type Rep S3Object = D1 ('MetaData "S3Object" "Amazonka.LookoutEquipment.Types.S3Object" "amazonka-lookoutequipment-2.0-FBtgEViQ46F6elHeNaa8oC" 'False) (C1 ('MetaCons "S3Object'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newS3Object Source #

Create a value of S3Object 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:bucket:S3Object', s3Object_bucket - The name of the specific S3 bucket.

$sel:key:S3Object', s3Object_key - The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.

s3Object_bucket :: Lens' S3Object Text Source #

The name of the specific S3 bucket.

s3Object_key :: Lens' S3Object Text Source #

The AWS Key Management Service (AWS KMS) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.