amazonka-workmail-2.0: Amazon WorkMail 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.WorkMail.CancelMailboxExportJob

Description

Cancels a mailbox export job.

If the mailbox export job is near completion, it might not be possible to cancel it.

Synopsis

Creating a Request

data CancelMailboxExportJob Source #

See: newCancelMailboxExportJob smart constructor.

Constructors

CancelMailboxExportJob' 

Fields

Instances

Instances details
ToJSON CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

ToHeaders CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

ToPath CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

ToQuery CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

AWSRequest CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Associated Types

type AWSResponse CancelMailboxExportJob #

Generic CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Associated Types

type Rep CancelMailboxExportJob :: Type -> Type #

Read CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Show CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

NFData CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Methods

rnf :: CancelMailboxExportJob -> () #

Eq CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Hashable CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

type AWSResponse CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

type Rep CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

type Rep CancelMailboxExportJob = D1 ('MetaData "CancelMailboxExportJob" "Amazonka.WorkMail.CancelMailboxExportJob" "amazonka-workmail-2.0-6w5uOhF45UX4mlfLHLnG5b" 'False) (C1 ('MetaCons "CancelMailboxExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clientToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "organizationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newCancelMailboxExportJob Source #

Create a value of CancelMailboxExportJob 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:clientToken:CancelMailboxExportJob', cancelMailboxExportJob_clientToken - The idempotency token for the client request.

CancelMailboxExportJob, cancelMailboxExportJob_jobId - The job ID.

CancelMailboxExportJob, cancelMailboxExportJob_organizationId - The organization ID.

Request Lenses

cancelMailboxExportJob_clientToken :: Lens' CancelMailboxExportJob Text Source #

The idempotency token for the client request.

Destructuring the Response

data CancelMailboxExportJobResponse Source #

See: newCancelMailboxExportJobResponse smart constructor.

Constructors

CancelMailboxExportJobResponse' 

Fields

Instances

Instances details
Generic CancelMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Associated Types

type Rep CancelMailboxExportJobResponse :: Type -> Type #

Read CancelMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Show CancelMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

NFData CancelMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Eq CancelMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

type Rep CancelMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

type Rep CancelMailboxExportJobResponse = D1 ('MetaData "CancelMailboxExportJobResponse" "Amazonka.WorkMail.CancelMailboxExportJob" "amazonka-workmail-2.0-6w5uOhF45UX4mlfLHLnG5b" 'False) (C1 ('MetaCons "CancelMailboxExportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCancelMailboxExportJobResponse Source #

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

Response Lenses