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

Description

 
Synopsis

Documentation

data ImportJobsResponse Source #

Provides information about the status and settings of all the import jobs that are associated with an application or segment. An import job is a job that imports endpoint definitions from one or more files.

See: newImportJobsResponse smart constructor.

Constructors

ImportJobsResponse' 

Fields

  • nextToken :: Maybe Text

    The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

  • item :: [ImportJobResponse]

    An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).

Instances

Instances details
Eq ImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ImportJobsResponse

Read ImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ImportJobsResponse

Show ImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ImportJobsResponse

Generic ImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ImportJobsResponse

Associated Types

type Rep ImportJobsResponse :: Type -> Type #

NFData ImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ImportJobsResponse

Methods

rnf :: ImportJobsResponse -> () #

Hashable ImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ImportJobsResponse

FromJSON ImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ImportJobsResponse

type Rep ImportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ImportJobsResponse

type Rep ImportJobsResponse = D1 ('MetaData "ImportJobsResponse" "Amazonka.Pinpoint.Types.ImportJobsResponse" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "ImportJobsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "item") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ImportJobResponse])))

newImportJobsResponse :: ImportJobsResponse Source #

Create a value of ImportJobsResponse 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:nextToken:ImportJobsResponse', importJobsResponse_nextToken - The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

$sel:item:ImportJobsResponse', importJobsResponse_item - An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).

importJobsResponse_nextToken :: Lens' ImportJobsResponse (Maybe Text) Source #

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

importJobsResponse_item :: Lens' ImportJobsResponse [ImportJobResponse] Source #

An array of responses, one for each import job that's associated with the application (Import Jobs resource) or segment (Segment Import Jobs resource).