| 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.CopyPartResult
Description
Synopsis
Documentation
data CopyPartResult Source #
Container for all response elements.
See: newCopyPartResult smart constructor.
Constructors
| CopyPartResult' | |
Instances
newCopyPartResult :: CopyPartResult Source #
Create a value of CopyPartResult 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:eTag:CopyPartResult', copyPartResult_eTag - Entity tag of the object.
$sel:lastModified:CopyPartResult', copyPartResult_lastModified - Date and time at which the object was uploaded.
copyPartResult_eTag :: Lens' CopyPartResult (Maybe ETag) Source #
Entity tag of the object.
copyPartResult_lastModified :: Lens' CopyPartResult (Maybe UTCTime) Source #
Date and time at which the object was uploaded.