Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
This data type contains information about progress of an operation.
See: newProgress
smart constructor.
Progress' | |
|
Instances
Eq Progress Source # | |
Read Progress Source # | |
Show Progress Source # | |
Generic Progress Source # | |
NFData Progress Source # | |
Defined in Amazonka.S3.Types.Progress | |
Hashable Progress Source # | |
Defined in Amazonka.S3.Types.Progress | |
FromXML Progress Source # | |
type Rep Progress Source # | |
Defined in Amazonka.S3.Types.Progress type Rep Progress = D1 ('MetaData "Progress" "Amazonka.S3.Types.Progress" "libZSservicesZSamazonka-s3ZSamazonka-s3" 'False) (C1 ('MetaCons "Progress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bytesReturned") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: (S1 ('MetaSel ('Just "bytesScanned") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "bytesProcessed") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))) |
newProgress :: Progress Source #
Create a value of Progress
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:bytesReturned:Progress'
, progress_bytesReturned
- The current number of bytes of records payload data returned.
$sel:bytesScanned:Progress'
, progress_bytesScanned
- The current number of object bytes scanned.
$sel:bytesProcessed:Progress'
, progress_bytesProcessed
- The current number of uncompressed object bytes processed.
progress_bytesReturned :: Lens' Progress (Maybe Integer) Source #
The current number of bytes of records payload data returned.