amazonka-backupstorage-2.0: Amazon Backup Storage SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.BackupStorage.NotifyObjectComplete

Description

Complete upload

Synopsis

Creating a Request

data NotifyObjectComplete Source #

See: newNotifyObjectComplete smart constructor.

Constructors

NotifyObjectComplete' 

Fields

Instances

Instances details
ToBody NotifyObjectComplete Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

ToHeaders NotifyObjectComplete Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

ToPath NotifyObjectComplete Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

ToQuery NotifyObjectComplete Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

AWSRequest NotifyObjectComplete Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

Associated Types

type AWSResponse NotifyObjectComplete #

Generic NotifyObjectComplete Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

Associated Types

type Rep NotifyObjectComplete :: Type -> Type #

Show NotifyObjectComplete Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

type AWSResponse NotifyObjectComplete Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

type Rep NotifyObjectComplete Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

type Rep NotifyObjectComplete = D1 ('MetaData "NotifyObjectComplete" "Amazonka.BackupStorage.NotifyObjectComplete" "amazonka-backupstorage-2.0-LZ4MZsHhisz8sYMq4uJ5tw" 'False) (C1 ('MetaCons "NotifyObjectComplete'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "metadataBlobChecksum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "metadataBlobChecksumAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DataChecksumAlgorithm))) :*: (S1 ('MetaSel ('Just "metadataBlobLength") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "metadataString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "backupJobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uploadId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "objectChecksum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "objectChecksumAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SummaryChecksumAlgorithm) :*: S1 ('MetaSel ('Just "metadataBlob") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HashedBody))))))

newNotifyObjectComplete Source #

Create a value of NotifyObjectComplete 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:metadataBlobChecksum:NotifyObjectComplete', notifyObjectComplete_metadataBlobChecksum - Checksum of MetadataBlob.

$sel:metadataBlobChecksumAlgorithm:NotifyObjectComplete', notifyObjectComplete_metadataBlobChecksumAlgorithm - Checksum algorithm.

$sel:metadataBlobLength:NotifyObjectComplete', notifyObjectComplete_metadataBlobLength - The size of MetadataBlob.

NotifyObjectComplete, notifyObjectComplete_metadataString - Optional metadata associated with an Object. Maximum string length is 256 bytes.

$sel:backupJobId:NotifyObjectComplete', notifyObjectComplete_backupJobId - Backup job Id for the in-progress backup

$sel:uploadId:NotifyObjectComplete', notifyObjectComplete_uploadId - Upload Id for the in-progress upload

NotifyObjectComplete, notifyObjectComplete_objectChecksum - Object checksum

NotifyObjectComplete, notifyObjectComplete_objectChecksumAlgorithm - Checksum algorithm

$sel:metadataBlob:NotifyObjectComplete', notifyObjectComplete_metadataBlob - Optional metadata associated with an Object. Maximum length is 4MB.

Request Lenses

notifyObjectComplete_metadataString :: Lens' NotifyObjectComplete (Maybe Text) Source #

Optional metadata associated with an Object. Maximum string length is 256 bytes.

notifyObjectComplete_backupJobId :: Lens' NotifyObjectComplete Text Source #

Backup job Id for the in-progress backup

notifyObjectComplete_uploadId :: Lens' NotifyObjectComplete Text Source #

Upload Id for the in-progress upload

notifyObjectComplete_metadataBlob :: Lens' NotifyObjectComplete HashedBody Source #

Optional metadata associated with an Object. Maximum length is 4MB.

Destructuring the Response

data NotifyObjectCompleteResponse Source #

See: newNotifyObjectCompleteResponse smart constructor.

Constructors

NotifyObjectCompleteResponse' 

Fields

Instances

Instances details
Generic NotifyObjectCompleteResponse Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

Associated Types

type Rep NotifyObjectCompleteResponse :: Type -> Type #

Read NotifyObjectCompleteResponse Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

Show NotifyObjectCompleteResponse Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

NFData NotifyObjectCompleteResponse Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

Eq NotifyObjectCompleteResponse Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

type Rep NotifyObjectCompleteResponse Source # 
Instance details

Defined in Amazonka.BackupStorage.NotifyObjectComplete

type Rep NotifyObjectCompleteResponse = D1 ('MetaData "NotifyObjectCompleteResponse" "Amazonka.BackupStorage.NotifyObjectComplete" "amazonka-backupstorage-2.0-LZ4MZsHhisz8sYMq4uJ5tw" 'False) (C1 ('MetaCons "NotifyObjectCompleteResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "objectChecksum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "objectChecksumAlgorithm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SummaryChecksumAlgorithm))))

newNotifyObjectCompleteResponse Source #

Create a value of NotifyObjectCompleteResponse 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:httpStatus:NotifyObjectCompleteResponse', notifyObjectCompleteResponse_httpStatus - The response's http status code.

NotifyObjectComplete, notifyObjectCompleteResponse_objectChecksum - Object checksum

NotifyObjectComplete, notifyObjectCompleteResponse_objectChecksumAlgorithm - Checksum algorithm

Response Lenses