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

Description

Retrieves information about the status and settings of all the export jobs for an application.

Synopsis

Creating a Request

data GetExportJobs Source #

See: newGetExportJobs smart constructor.

Constructors

GetExportJobs' 

Fields

  • token :: Maybe Text

    The NextToken string that specifies which page of results to return in a paginated response.

  • pageSize :: Maybe Text

    The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

  • applicationId :: Text

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

Instances

Instances details
Eq GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Read GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Show GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Generic GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Associated Types

type Rep GetExportJobs :: Type -> Type #

NFData GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Methods

rnf :: GetExportJobs -> () #

Hashable GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

AWSRequest GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Associated Types

type AWSResponse GetExportJobs #

ToHeaders GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

ToPath GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

ToQuery GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

type Rep GetExportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

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

Defined in Amazonka.Pinpoint.GetExportJobs

newGetExportJobs Source #

Create a value of GetExportJobs 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:token:GetExportJobs', getExportJobs_token - The NextToken string that specifies which page of results to return in a paginated response.

$sel:pageSize:GetExportJobs', getExportJobs_pageSize - The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

$sel:applicationId:GetExportJobs', getExportJobs_applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Request Lenses

getExportJobs_token :: Lens' GetExportJobs (Maybe Text) Source #

The NextToken string that specifies which page of results to return in a paginated response.

getExportJobs_pageSize :: Lens' GetExportJobs (Maybe Text) Source #

The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics.

getExportJobs_applicationId :: Lens' GetExportJobs 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 GetExportJobsResponse Source #

See: newGetExportJobsResponse smart constructor.

Constructors

GetExportJobsResponse' 

Fields

Instances

Instances details
Eq GetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Read GetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Show GetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Generic GetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Associated Types

type Rep GetExportJobsResponse :: Type -> Type #

NFData GetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

Methods

rnf :: GetExportJobsResponse -> () #

type Rep GetExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetExportJobs

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

newGetExportJobsResponse Source #

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

$sel:exportJobsResponse:GetExportJobsResponse', getExportJobsResponse_exportJobsResponse - Undocumented member.

Response Lenses