Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data CopyObjectResult = CopyObjectResult' {}
- newCopyObjectResult :: CopyObjectResult
- copyObjectResult_checksumCRC32 :: Lens' CopyObjectResult (Maybe Text)
- copyObjectResult_checksumCRC32C :: Lens' CopyObjectResult (Maybe Text)
- copyObjectResult_checksumSHA1 :: Lens' CopyObjectResult (Maybe Text)
- copyObjectResult_checksumSHA256 :: Lens' CopyObjectResult (Maybe Text)
- copyObjectResult_eTag :: Lens' CopyObjectResult (Maybe ETag)
- copyObjectResult_lastModified :: Lens' CopyObjectResult (Maybe UTCTime)
Documentation
data CopyObjectResult Source #
Container for all response elements.
See: newCopyObjectResult
smart constructor.
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:checksumCRC32:CopyObjectResult'
, copyObjectResult_checksumCRC32
- The base64-encoded, 32-bit CRC32 checksum of the object. This will only
be present if it was uploaded with the object. With multipart uploads,
this may not be a checksum value of the object. For more information
about how checksums are calculated with multipart uploads, see
Checking object integrity
in the Amazon S3 User Guide.
$sel:checksumCRC32C:CopyObjectResult'
, copyObjectResult_checksumCRC32C
- The base64-encoded, 32-bit CRC32C checksum of the object. This will only
be present if it was uploaded with the object. With multipart uploads,
this may not be a checksum value of the object. For more information
about how checksums are calculated with multipart uploads, see
Checking object integrity
in the Amazon S3 User Guide.
$sel:checksumSHA1:CopyObjectResult'
, copyObjectResult_checksumSHA1
- The base64-encoded, 160-bit SHA-1 digest of the object. This will only
be present if it was uploaded with the object. With multipart uploads,
this may not be a checksum value of the object. For more information
about how checksums are calculated with multipart uploads, see
Checking object integrity
in the Amazon S3 User Guide.
$sel:checksumSHA256:CopyObjectResult'
, copyObjectResult_checksumSHA256
- The base64-encoded, 256-bit SHA-256 digest of the object. This will only
be present if it was uploaded with the object. With multipart uploads,
this may not be a checksum value of the object. For more information
about how checksums are calculated with multipart uploads, see
Checking object integrity
in the Amazon S3 User Guide.
$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_checksumCRC32 :: Lens' CopyObjectResult (Maybe Text) Source #
The base64-encoded, 32-bit CRC32 checksum of the object. This will only be present if it was uploaded with the object. With multipart uploads, this may not be a checksum value of the object. For more information about how checksums are calculated with multipart uploads, see Checking object integrity in the Amazon S3 User Guide.
copyObjectResult_checksumCRC32C :: Lens' CopyObjectResult (Maybe Text) Source #
The base64-encoded, 32-bit CRC32C checksum of the object. This will only be present if it was uploaded with the object. With multipart uploads, this may not be a checksum value of the object. For more information about how checksums are calculated with multipart uploads, see Checking object integrity in the Amazon S3 User Guide.
copyObjectResult_checksumSHA1 :: Lens' CopyObjectResult (Maybe Text) Source #
The base64-encoded, 160-bit SHA-1 digest of the object. This will only be present if it was uploaded with the object. With multipart uploads, this may not be a checksum value of the object. For more information about how checksums are calculated with multipart uploads, see Checking object integrity in the Amazon S3 User Guide.
copyObjectResult_checksumSHA256 :: Lens' CopyObjectResult (Maybe Text) Source #
The base64-encoded, 256-bit SHA-256 digest of the object. This will only be present if it was uploaded with the object. With multipart uploads, this may not be a checksum value of the object. For more information about how checksums are calculated with multipart uploads, see Checking object integrity in the Amazon S3 User Guide.
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.