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

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

  • token :: Maybe Text

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

  • applicationId :: Text

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

Instances

Instances details
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

AWSRequest GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Associated Types

type AWSResponse GetImportJobs #

Generic GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Associated Types

type Rep GetImportJobs :: Type -> Type #

Read GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Show GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

NFData GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Methods

rnf :: GetImportJobs -> () #

Eq GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Hashable GetImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

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

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

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_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_token :: Lens' GetImportJobs (Maybe Text) Source #

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

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

Defined in Amazonka.Pinpoint.GetImportJobs

Associated Types

type Rep GetImportJobsResponse :: Type -> Type #

Read GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Show GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

NFData GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

Methods

rnf :: GetImportJobsResponse -> () #

Eq GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

type Rep GetImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetImportJobs

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