libZSservicesZSamazonka-s3ZSamazonka-s3
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.S3.Types.MultipartUpload

Description

 
Synopsis

Documentation

data MultipartUpload Source #

Container for the MultipartUpload for the Amazon S3 object.

See: newMultipartUpload smart constructor.

Constructors

MultipartUpload' 

Fields

Instances

Instances details
Eq MultipartUpload Source # 
Instance details

Defined in Amazonka.S3.Types.MultipartUpload

Read MultipartUpload Source # 
Instance details

Defined in Amazonka.S3.Types.MultipartUpload

Show MultipartUpload Source # 
Instance details

Defined in Amazonka.S3.Types.MultipartUpload

Generic MultipartUpload Source # 
Instance details

Defined in Amazonka.S3.Types.MultipartUpload

Associated Types

type Rep MultipartUpload :: Type -> Type #

NFData MultipartUpload Source # 
Instance details

Defined in Amazonka.S3.Types.MultipartUpload

Methods

rnf :: MultipartUpload -> () #

Hashable MultipartUpload Source # 
Instance details

Defined in Amazonka.S3.Types.MultipartUpload

FromXML MultipartUpload Source # 
Instance details

Defined in Amazonka.S3.Types.MultipartUpload

type Rep MultipartUpload Source # 
Instance details

Defined in Amazonka.S3.Types.MultipartUpload

newMultipartUpload :: MultipartUpload Source #

Create a value of MultipartUpload 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:initiated:MultipartUpload', multipartUpload_initiated - Date and time at which the multipart upload was initiated.

$sel:initiator:MultipartUpload', multipartUpload_initiator - Identifies who initiated the multipart upload.

$sel:owner:MultipartUpload', multipartUpload_owner - Specifies the owner of the object that is part of the multipart upload.

$sel:key:MultipartUpload', multipartUpload_key - Key of the object for which the multipart upload was initiated.

$sel:storageClass:MultipartUpload', multipartUpload_storageClass - The class of storage used to store the object.

$sel:uploadId:MultipartUpload', multipartUpload_uploadId - Upload ID that identifies the multipart upload.

multipartUpload_initiated :: Lens' MultipartUpload (Maybe UTCTime) Source #

Date and time at which the multipart upload was initiated.

multipartUpload_initiator :: Lens' MultipartUpload (Maybe Initiator) Source #

Identifies who initiated the multipart upload.

multipartUpload_owner :: Lens' MultipartUpload (Maybe Owner) Source #

Specifies the owner of the object that is part of the multipart upload.

multipartUpload_key :: Lens' MultipartUpload (Maybe ObjectKey) Source #

Key of the object for which the multipart upload was initiated.

multipartUpload_storageClass :: Lens' MultipartUpload (Maybe StorageClass) Source #

The class of storage used to store the object.

multipartUpload_uploadId :: Lens' MultipartUpload (Maybe Text) Source #

Upload ID that identifies the multipart upload.