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.DescribeMailboxExportJob

Description

Describes the current status of a mailbox export job.

Synopsis

Creating a Request

data DescribeMailboxExportJob Source #

See: newDescribeMailboxExportJob smart constructor.

Constructors

DescribeMailboxExportJob' 

Fields

Instances

Instances details
ToJSON DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

ToHeaders DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

ToPath DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

ToQuery DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

AWSRequest DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

Generic DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

Associated Types

type Rep DescribeMailboxExportJob :: Type -> Type #

Read DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

Show DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

NFData DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

Eq DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

Hashable DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

type AWSResponse DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

type Rep DescribeMailboxExportJob Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

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

newDescribeMailboxExportJob Source #

Create a value of DescribeMailboxExportJob 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:

DescribeMailboxExportJob, describeMailboxExportJob_jobId - The mailbox export job ID.

DescribeMailboxExportJob, describeMailboxExportJob_organizationId - The organization ID.

Request Lenses

Destructuring the Response

data DescribeMailboxExportJobResponse Source #

See: newDescribeMailboxExportJobResponse smart constructor.

Constructors

DescribeMailboxExportJobResponse' 

Fields

Instances

Instances details
Generic DescribeMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

Associated Types

type Rep DescribeMailboxExportJobResponse :: Type -> Type #

Read DescribeMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

Show DescribeMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

NFData DescribeMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

Eq DescribeMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

type Rep DescribeMailboxExportJobResponse Source # 
Instance details

Defined in Amazonka.WorkMail.DescribeMailboxExportJob

type Rep DescribeMailboxExportJobResponse = D1 ('MetaData "DescribeMailboxExportJobResponse" "Amazonka.WorkMail.DescribeMailboxExportJob" "amazonka-workmail-2.0-6w5uOhF45UX4mlfLHLnG5b" 'False) (C1 ('MetaCons "DescribeMailboxExportJobResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "entityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "errorInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "estimatedProgress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "kmsKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "s3BucketName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "s3Path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "s3Prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MailboxExportJobState)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newDescribeMailboxExportJobResponse Source #

Create a value of DescribeMailboxExportJobResponse 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:

DescribeMailboxExportJobResponse, describeMailboxExportJobResponse_description - The mailbox export job description.

DescribeMailboxExportJobResponse, describeMailboxExportJobResponse_endTime - The mailbox export job end timestamp.

DescribeMailboxExportJobResponse, describeMailboxExportJobResponse_entityId - The identifier of the user or resource associated with the mailbox.

$sel:errorInfo:DescribeMailboxExportJobResponse', describeMailboxExportJobResponse_errorInfo - Error information for failed mailbox export jobs.

DescribeMailboxExportJobResponse, describeMailboxExportJobResponse_estimatedProgress - The estimated progress of the mailbox export job, in percentage points.

$sel:kmsKeyArn:DescribeMailboxExportJobResponse', describeMailboxExportJobResponse_kmsKeyArn - The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.

$sel:roleArn:DescribeMailboxExportJobResponse', describeMailboxExportJobResponse_roleArn - The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket.

DescribeMailboxExportJobResponse, describeMailboxExportJobResponse_s3BucketName - The name of the S3 bucket.

DescribeMailboxExportJobResponse, describeMailboxExportJobResponse_s3Path - The path to the S3 bucket and file that the mailbox export job is exporting to.

$sel:s3Prefix:DescribeMailboxExportJobResponse', describeMailboxExportJobResponse_s3Prefix - The S3 bucket prefix.

DescribeMailboxExportJobResponse, describeMailboxExportJobResponse_startTime - The mailbox export job start timestamp.

DescribeMailboxExportJobResponse, describeMailboxExportJobResponse_state - The state of the mailbox export job.

$sel:httpStatus:DescribeMailboxExportJobResponse', describeMailboxExportJobResponse_httpStatus - The response's http status code.

Response Lenses

describeMailboxExportJobResponse_entityId :: Lens' DescribeMailboxExportJobResponse (Maybe Text) Source #

The identifier of the user or resource associated with the mailbox.

describeMailboxExportJobResponse_estimatedProgress :: Lens' DescribeMailboxExportJobResponse (Maybe Natural) Source #

The estimated progress of the mailbox export job, in percentage points.

describeMailboxExportJobResponse_kmsKeyArn :: Lens' DescribeMailboxExportJobResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.

describeMailboxExportJobResponse_roleArn :: Lens' DescribeMailboxExportJobResponse (Maybe Text) Source #

The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the Amazon Simple Storage Service (Amazon S3) bucket.

describeMailboxExportJobResponse_s3Path :: Lens' DescribeMailboxExportJobResponse (Maybe Text) Source #

The path to the S3 bucket and file that the mailbox export job is exporting to.