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

Description

Retrieves information about the status and settings of the import jobs for a segment.

Synopsis

Creating a Request

data GetSegmentImportJobs Source #

See: newGetSegmentImportJobs smart constructor.

Constructors

GetSegmentImportJobs' 

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.

  • segmentId :: Text

    The unique identifier for the segment.

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

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

Read GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

Show GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

Generic GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

Associated Types

type Rep GetSegmentImportJobs :: Type -> Type #

NFData GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

Methods

rnf :: GetSegmentImportJobs -> () #

Hashable GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

AWSRequest GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

Associated Types

type AWSResponse GetSegmentImportJobs #

ToHeaders GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

ToPath GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

ToQuery GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

type Rep GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

type Rep GetSegmentImportJobs = D1 ('MetaData "GetSegmentImportJobs" "Amazonka.Pinpoint.GetSegmentImportJobs" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetSegmentImportJobs'" '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 "segmentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse GetSegmentImportJobs Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

newGetSegmentImportJobs Source #

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

$sel:pageSize:GetSegmentImportJobs', getSegmentImportJobs_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:segmentId:GetSegmentImportJobs', getSegmentImportJobs_segmentId - The unique identifier for the segment.

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

Request Lenses

getSegmentImportJobs_token :: Lens' GetSegmentImportJobs (Maybe Text) Source #

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

getSegmentImportJobs_pageSize :: Lens' GetSegmentImportJobs (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.

getSegmentImportJobs_segmentId :: Lens' GetSegmentImportJobs Text Source #

The unique identifier for the segment.

getSegmentImportJobs_applicationId :: Lens' GetSegmentImportJobs 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 GetSegmentImportJobsResponse Source #

See: newGetSegmentImportJobsResponse smart constructor.

Constructors

GetSegmentImportJobsResponse' 

Fields

Instances

Instances details
Eq GetSegmentImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

Read GetSegmentImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

Show GetSegmentImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

Generic GetSegmentImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

Associated Types

type Rep GetSegmentImportJobsResponse :: Type -> Type #

NFData GetSegmentImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

type Rep GetSegmentImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetSegmentImportJobs

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

newGetSegmentImportJobsResponse Source #

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

$sel:importJobsResponse:GetSegmentImportJobsResponse', getSegmentImportJobsResponse_importJobsResponse - Undocumented member.

Response Lenses