libZSservicesZSamazonka-pinpointZSamazonka-pinpoint
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.Pinpoint.GetExportJob

Description

Retrieves information about the status and settings of a specific export job for an application.

Synopsis

Creating a Request

data GetExportJob Source #

See: newGetExportJob smart constructor.

Constructors

GetExportJob' 

Fields

  • applicationId :: Text

    The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

  • jobId :: Text

    The unique identifier for the job.

Instances

Instances details
Eq GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Read GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Show GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Generic GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Associated Types

type Rep GetExportJob :: Type -> Type #

NFData GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Methods

rnf :: GetExportJob -> () #

Hashable GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

AWSRequest GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Associated Types

type AWSResponse GetExportJob #

ToHeaders GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

ToPath GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

ToQuery GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

type Rep GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

type Rep GetExportJob = D1 ('MetaData "GetExportJob" "Amazonka.Pinpoint.GetExportJob" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

newGetExportJob Source #

Create a value of GetExportJob 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:applicationId:GetExportJob', getExportJob_applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

$sel:jobId:GetExportJob', getExportJob_jobId - The unique identifier for the job.

Request Lenses

getExportJob_applicationId :: Lens' GetExportJob Text Source #

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

getExportJob_jobId :: Lens' GetExportJob Text Source #

The unique identifier for the job.

Destructuring the Response

data GetExportJobResponse Source #

See: newGetExportJobResponse smart constructor.

Constructors

GetExportJobResponse' 

Fields

Instances

Instances details
Eq GetExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Read GetExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Show GetExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Generic GetExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Associated Types

type Rep GetExportJobResponse :: Type -> Type #

NFData GetExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

Methods

rnf :: GetExportJobResponse -> () #

type Rep GetExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJob

type Rep GetExportJobResponse = D1 ('MetaData "GetExportJobResponse" "Amazonka.Pinpoint.GetExportJob" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetExportJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "exportJobResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExportJobResponse)))

newGetExportJobResponse Source #

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

$sel:exportJobResponse:GetExportJobResponse', getExportJobResponse_exportJobResponse - Undocumented member.

Response Lenses