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

Description

 
Synopsis

Documentation

data ExportJobsResponse Source #

Provides information about all the export jobs that are associated with an application or segment. An export job is a job that exports endpoint definitions to a file.

See: newExportJobsResponse smart constructor.

Constructors

ExportJobsResponse' 

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 :: [ExportJobResponse]

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

Instances

Instances details
Eq ExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ExportJobsResponse

Read ExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ExportJobsResponse

Show ExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ExportJobsResponse

Generic ExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ExportJobsResponse

Associated Types

type Rep ExportJobsResponse :: Type -> Type #

NFData ExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ExportJobsResponse

Methods

rnf :: ExportJobsResponse -> () #

Hashable ExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ExportJobsResponse

FromJSON ExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ExportJobsResponse

type Rep ExportJobsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.ExportJobsResponse

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

newExportJobsResponse :: ExportJobsResponse Source #

Create a value of ExportJobsResponse 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:ExportJobsResponse', exportJobsResponse_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:ExportJobsResponse', exportJobsResponse_item - An array of responses, one for each export job that's associated with the application (Export Jobs resource) or segment (Segment Export Jobs resource).

exportJobsResponse_nextToken :: Lens' ExportJobsResponse (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.

exportJobsResponse_item :: Lens' ExportJobsResponse [ExportJobResponse] Source #

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