| 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 |
Amazonka.S3.Types.CompletedPart
Description
Synopsis
- data CompletedPart = CompletedPart' {
- partNumber :: Int
- eTag :: ETag
- newCompletedPart :: Int -> ETag -> CompletedPart
- completedPart_partNumber :: Lens' CompletedPart Int
- completedPart_eTag :: Lens' CompletedPart ETag
Documentation
data CompletedPart Source #
Details of the parts that were uploaded.
See: newCompletedPart smart constructor.
Constructors
| CompletedPart' | |
Fields
| |
Instances
Create a value of CompletedPart 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:partNumber:CompletedPart', completedPart_partNumber - Part number that identifies the part. This is a positive integer between
1 and 10,000.
$sel:eTag:CompletedPart', completedPart_eTag - Entity tag returned when the part was uploaded.
completedPart_partNumber :: Lens' CompletedPart Int Source #
Part number that identifies the part. This is a positive integer between 1 and 10,000.
completedPart_eTag :: Lens' CompletedPart ETag Source #
Entity tag returned when the part was uploaded.