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

Description

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

Synopsis

Creating a Request

data GetImportJobs Source #

See: newGetImportJobs smart constructor.

Constructors

GetImportJobs' 

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

Defined in Amazonka.Pinpoint.GetImportJobs

Read GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Show GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Generic GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Associated Types

type Rep GetImportJobs :: Type -> Type #

NFData GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Methods

rnf :: GetImportJobs -> () #

Hashable GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

AWSRequest GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Associated Types

type AWSResponse GetImportJobs #

ToHeaders GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

ToPath GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

ToQuery GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

type Rep GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

type Rep GetImportJobs = D1 ('MetaData "GetImportJobs" "Amazonka.Pinpoint.GetImportJobs" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetImportJobs'" '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 GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

newGetImportJobs Source #

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

$sel:pageSize:GetImportJobs', getImportJobs_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:GetImportJobs', getImportJobs_applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Request Lenses

getImportJobs_token :: Lens' GetImportJobs (Maybe Text) Source #

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

getImportJobs_pageSize :: Lens' GetImportJobs (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.

getImportJobs_applicationId :: Lens' GetImportJobs 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 GetImportJobsResponse Source #

See: newGetImportJobsResponse smart constructor.

Constructors

GetImportJobsResponse' 

Fields

Instances

Instances details
Eq GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Read GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Show GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Generic GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Associated Types

type Rep GetImportJobsResponse :: Type -> Type #

NFData GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Methods

rnf :: GetImportJobsResponse -> () #

type Rep GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

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

newGetImportJobsResponse Source #

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

$sel:importJobsResponse:GetImportJobsResponse', getImportJobsResponse_importJobsResponse - Undocumented member.

Response Lenses