libZSservicesZSamazonka-s3ZSamazonka-s3
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.S3.Types.ContinuationEvent

Description

 
Synopsis

Documentation

data ContinuationEvent Source #

See: newContinuationEvent smart constructor.

Constructors

ContinuationEvent' 

Instances

Instances details
Eq ContinuationEvent Source # 
Instance details

Defined in Amazonka.S3.Types.ContinuationEvent

Read ContinuationEvent Source # 
Instance details

Defined in Amazonka.S3.Types.ContinuationEvent

Show ContinuationEvent Source # 
Instance details

Defined in Amazonka.S3.Types.ContinuationEvent

Generic ContinuationEvent Source # 
Instance details

Defined in Amazonka.S3.Types.ContinuationEvent

Associated Types

type Rep ContinuationEvent :: Type -> Type #

NFData ContinuationEvent Source # 
Instance details

Defined in Amazonka.S3.Types.ContinuationEvent

Methods

rnf :: ContinuationEvent -> () #

Hashable ContinuationEvent Source # 
Instance details

Defined in Amazonka.S3.Types.ContinuationEvent

FromXML ContinuationEvent Source # 
Instance details

Defined in Amazonka.S3.Types.ContinuationEvent

type Rep ContinuationEvent Source # 
Instance details

Defined in Amazonka.S3.Types.ContinuationEvent

type Rep ContinuationEvent = D1 ('MetaData "ContinuationEvent" "Amazonka.S3.Types.ContinuationEvent" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "ContinuationEvent'" 'PrefixI 'False) (U1 :: Type -> Type))

newContinuationEvent :: ContinuationEvent Source #

Create a value of ContinuationEvent with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.