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

Description

Creates an export job for an application.

Synopsis

Creating a Request

data CreateExportJob Source #

See: newCreateExportJob smart constructor.

Constructors

CreateExportJob' 

Fields

Instances

Instances details
Eq CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Read CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Show CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Generic CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Associated Types

type Rep CreateExportJob :: Type -> Type #

NFData CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Methods

rnf :: CreateExportJob -> () #

Hashable CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

ToJSON CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

AWSRequest CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Associated Types

type AWSResponse CreateExportJob #

ToHeaders CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

ToPath CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

ToQuery CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

type Rep CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

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

Defined in Amazonka.Pinpoint.CreateExportJob

newCreateExportJob Source #

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

$sel:exportJobRequest:CreateExportJob', createExportJob_exportJobRequest - Undocumented member.

Request Lenses

createExportJob_applicationId :: Lens' CreateExportJob Text Source #

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

Destructuring the Response

data CreateExportJobResponse Source #

See: newCreateExportJobResponse smart constructor.

Constructors

CreateExportJobResponse' 

Fields

Instances

Instances details
Eq CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Read CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Show CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Generic CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Associated Types

type Rep CreateExportJobResponse :: Type -> Type #

NFData CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Methods

rnf :: CreateExportJobResponse -> () #

type Rep CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

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

newCreateExportJobResponse Source #

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

$sel:exportJobResponse:CreateExportJobResponse', createExportJobResponse_exportJobResponse - Undocumented member.

Response Lenses