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

Description

 
Synopsis

Documentation

data JourneysResponse Source #

Provides information about the status, configuration, and other settings for all the journeys that are associated with an application.

See: newJourneysResponse smart constructor.

Constructors

JourneysResponse' 

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

    An array of responses, one for each journey that's associated with the application.

Instances

Instances details
Eq JourneysResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneysResponse

Read JourneysResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneysResponse

Show JourneysResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneysResponse

Generic JourneysResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneysResponse

Associated Types

type Rep JourneysResponse :: Type -> Type #

NFData JourneysResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneysResponse

Methods

rnf :: JourneysResponse -> () #

Hashable JourneysResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneysResponse

FromJSON JourneysResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneysResponse

type Rep JourneysResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.JourneysResponse

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

newJourneysResponse :: JourneysResponse Source #

Create a value of JourneysResponse 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:JourneysResponse', journeysResponse_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:JourneysResponse', journeysResponse_item - An array of responses, one for each journey that's associated with the application.

journeysResponse_nextToken :: Lens' JourneysResponse (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.

journeysResponse_item :: Lens' JourneysResponse [JourneyResponse] Source #

An array of responses, one for each journey that's associated with the application.