libZSservicesZSamazonka-workmailZSamazonka-workmail
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.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
Eq CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Read CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Show CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Generic CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Associated Types

type Rep CancelMailboxExportJob :: Type -> Type #

NFData CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Methods

rnf :: CancelMailboxExportJob -> () #

Hashable CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

ToJSON CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

AWSRequest CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Associated Types

type AWSResponse 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

type Rep CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

type Rep CancelMailboxExportJob = D1 ('MetaData "CancelMailboxExportJob" "Amazonka.WorkMail.CancelMailboxExportJob" "libZSservicesZSamazonka-workmailZSamazonka-workmail" '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))))
type AWSResponse CancelMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

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.

$sel:jobId:CancelMailboxExportJob', cancelMailboxExportJob_jobId - The job ID.

$sel:organizationId: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
Eq CancelMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Read CancelMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Show CancelMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Generic CancelMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.CancelMailboxExportJob

Associated Types

type Rep CancelMailboxExportJobResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-workmailZSamazonka-workmail" '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