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

Description

Retrieves information about the status, configuration, and other settings for a journey.

Synopsis

Creating a Request

data GetJourney Source #

See: newGetJourney smart constructor.

Constructors

GetJourney' 

Fields

  • journeyId :: Text

    The unique identifier for the journey.

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

Defined in Amazonka.Pinpoint.GetJourney

Read GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Show GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Generic GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Associated Types

type Rep GetJourney :: Type -> Type #

NFData GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Methods

rnf :: GetJourney -> () #

Hashable GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

AWSRequest GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Associated Types

type AWSResponse GetJourney #

ToHeaders GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Methods

toHeaders :: GetJourney -> [Header] #

ToPath GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

ToQuery GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

type Rep GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

type Rep GetJourney = D1 ('MetaData "GetJourney" "Amazonka.Pinpoint.GetJourney" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "GetJourney'" 'PrefixI 'True) (S1 ('MetaSel ('Just "journeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetJourney Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

newGetJourney Source #

Create a value of GetJourney 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:journeyId:GetJourney', getJourney_journeyId - The unique identifier for the journey.

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

Request Lenses

getJourney_journeyId :: Lens' GetJourney Text Source #

The unique identifier for the journey.

getJourney_applicationId :: Lens' GetJourney 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 GetJourneyResponse Source #

See: newGetJourneyResponse smart constructor.

Constructors

GetJourneyResponse' 

Fields

Instances

Instances details
Eq GetJourneyResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Read GetJourneyResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Show GetJourneyResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Generic GetJourneyResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Associated Types

type Rep GetJourneyResponse :: Type -> Type #

NFData GetJourneyResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

Methods

rnf :: GetJourneyResponse -> () #

type Rep GetJourneyResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetJourney

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

newGetJourneyResponse Source #

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

$sel:journeyResponse:GetJourneyResponse', getJourneyResponse_journeyResponse - Undocumented member.

Response Lenses