| 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.CopyObjectResult
Description
Documentation
data CopyObjectResult Source #
Container for all response elements.
See: newCopyObjectResult smart constructor.
Constructors
| CopyObjectResult' | |
Instances
newCopyObjectResult :: CopyObjectResult Source #
Create a value of CopyObjectResult 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:CopyObjectResult', copyObjectResult_eTag - Returns the ETag of the new object. The ETag reflects only changes to
the contents of an object, not its metadata.
$sel:lastModified:CopyObjectResult', copyObjectResult_lastModified - Creation date of the object.
copyObjectResult_eTag :: Lens' CopyObjectResult (Maybe ETag) Source #
Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not its metadata.
copyObjectResult_lastModified :: Lens' CopyObjectResult (Maybe UTCTime) Source #
Creation date of the object.