libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync
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.CognitoSync.GetCognitoEvents

Description

Gets the events and the corresponding Lambda functions associated with an identity pool.

This API can only be called with developer credentials. You cannot call this API with the temporary user credentials provided by Cognito Identity.

Synopsis

Creating a Request

data GetCognitoEvents Source #

A request for a list of the configured Cognito Events

See: newGetCognitoEvents smart constructor.

Constructors

GetCognitoEvents' 

Fields

Instances

Instances details
Eq GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

Read GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

Show GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

Generic GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

Associated Types

type Rep GetCognitoEvents :: Type -> Type #

NFData GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

Methods

rnf :: GetCognitoEvents -> () #

Hashable GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

AWSRequest GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

Associated Types

type AWSResponse GetCognitoEvents #

ToHeaders GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

ToPath GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

ToQuery GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

type Rep GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

type Rep GetCognitoEvents = D1 ('MetaData "GetCognitoEvents" "Amazonka.CognitoSync.GetCognitoEvents" "libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync" 'False) (C1 ('MetaCons "GetCognitoEvents'" 'PrefixI 'True) (S1 ('MetaSel ('Just "identityPoolId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetCognitoEvents Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

newGetCognitoEvents Source #

Create a value of GetCognitoEvents 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:identityPoolId:GetCognitoEvents', getCognitoEvents_identityPoolId - The Cognito Identity Pool ID for the request

Request Lenses

getCognitoEvents_identityPoolId :: Lens' GetCognitoEvents Text Source #

The Cognito Identity Pool ID for the request

Destructuring the Response

data GetCognitoEventsResponse Source #

The response from the GetCognitoEvents request

See: newGetCognitoEventsResponse smart constructor.

Constructors

GetCognitoEventsResponse' 

Fields

Instances

Instances details
Eq GetCognitoEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

Read GetCognitoEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

Show GetCognitoEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

Generic GetCognitoEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

Associated Types

type Rep GetCognitoEventsResponse :: Type -> Type #

NFData GetCognitoEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

type Rep GetCognitoEventsResponse Source # 
Instance details

Defined in Amazonka.CognitoSync.GetCognitoEvents

type Rep GetCognitoEventsResponse = D1 ('MetaData "GetCognitoEventsResponse" "Amazonka.CognitoSync.GetCognitoEvents" "libZSservicesZSamazonka-cognito-syncZSamazonka-cognito-sync" 'False) (C1 ('MetaCons "GetCognitoEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "events") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newGetCognitoEventsResponse Source #

Create a value of GetCognitoEventsResponse 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:events:GetCognitoEventsResponse', getCognitoEventsResponse_events - The Cognito Events returned from the GetCognitoEvents request

$sel:httpStatus:GetCognitoEventsResponse', getCognitoEventsResponse_httpStatus - The response's http status code.

Response Lenses

getCognitoEventsResponse_events :: Lens' GetCognitoEventsResponse (Maybe (HashMap Text Text)) Source #

The Cognito Events returned from the GetCognitoEvents request