amazonka-s3-2.0: Amazon Simple Storage Service 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.S3.Types.EndEvent

Description

 
Synopsis

Documentation

data EndEvent Source #

A message that indicates the request is complete and no more messages will be sent. You should not assume that the request is complete until the client receives an EndEvent.

See: newEndEvent smart constructor.

Constructors

EndEvent' 

Instances

Instances details
FromXML EndEvent Source # 
Instance details

Defined in Amazonka.S3.Types.EndEvent

Generic EndEvent Source # 
Instance details

Defined in Amazonka.S3.Types.EndEvent

Associated Types

type Rep EndEvent :: Type -> Type #

Methods

from :: EndEvent -> Rep EndEvent x #

to :: Rep EndEvent x -> EndEvent #

Read EndEvent Source # 
Instance details

Defined in Amazonka.S3.Types.EndEvent

Show EndEvent Source # 
Instance details

Defined in Amazonka.S3.Types.EndEvent

NFData EndEvent Source # 
Instance details

Defined in Amazonka.S3.Types.EndEvent

Methods

rnf :: EndEvent -> () #

Eq EndEvent Source # 
Instance details

Defined in Amazonka.S3.Types.EndEvent

Hashable EndEvent Source # 
Instance details

Defined in Amazonka.S3.Types.EndEvent

Methods

hashWithSalt :: Int -> EndEvent -> Int #

hash :: EndEvent -> Int #

type Rep EndEvent Source # 
Instance details

Defined in Amazonka.S3.Types.EndEvent

type Rep EndEvent = D1 ('MetaData "EndEvent" "Amazonka.S3.Types.EndEvent" "amazonka-s3-2.0-CNZtv1UmVzj28JXsFvwNoj" 'False) (C1 ('MetaCons "EndEvent'" 'PrefixI 'False) (U1 :: Type -> Type))

newEndEvent :: EndEvent Source #

Create a value of EndEvent with all optional fields omitted.

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