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

Description

Retrieves information about the event stream settings for an application.

Synopsis

Creating a Request

data GetEventStream Source #

See: newGetEventStream smart constructor.

Constructors

GetEventStream' 

Fields

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

Defined in Amazonka.Pinpoint.GetEventStream

Read GetEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

Show GetEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

Generic GetEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

Associated Types

type Rep GetEventStream :: Type -> Type #

NFData GetEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

Methods

rnf :: GetEventStream -> () #

Hashable GetEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

AWSRequest GetEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

Associated Types

type AWSResponse GetEventStream #

ToHeaders GetEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

ToPath GetEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

ToQuery GetEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

type Rep GetEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

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

Defined in Amazonka.Pinpoint.GetEventStream

newGetEventStream Source #

Create a value of GetEventStream 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:applicationId:GetEventStream', getEventStream_applicationId - The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Request Lenses

getEventStream_applicationId :: Lens' GetEventStream 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 GetEventStreamResponse Source #

See: newGetEventStreamResponse smart constructor.

Constructors

GetEventStreamResponse' 

Fields

Instances

Instances details
Eq GetEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

Read GetEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

Show GetEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

Generic GetEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

Associated Types

type Rep GetEventStreamResponse :: Type -> Type #

NFData GetEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

Methods

rnf :: GetEventStreamResponse -> () #

type Rep GetEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEventStream

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

newGetEventStreamResponse Source #

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

$sel:eventStream:GetEventStreamResponse', getEventStreamResponse_eventStream - Undocumented member.

Response Lenses