amazonka-pinpoint-2.0: Amazon Pinpoint 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.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
ToJSON CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.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

AWSRequest CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Associated Types

type AWSResponse CreateExportJob #

Generic CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Associated Types

type Rep CreateExportJob :: Type -> Type #

Read CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Show CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

NFData CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Methods

rnf :: CreateExportJob -> () #

Eq CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Hashable CreateExportJob Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

type AWSResponse 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" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "CreateExportJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "exportJobRequest") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExportJobRequest)))

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:

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
Generic CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Associated Types

type Rep CreateExportJobResponse :: Type -> Type #

Read CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Show CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

NFData CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

Methods

rnf :: CreateExportJobResponse -> () #

Eq CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

type Rep CreateExportJobResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.CreateExportJob

type Rep CreateExportJobResponse = D1 ('MetaData "CreateExportJobResponse" "Amazonka.Pinpoint.CreateExportJob" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" '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