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

Description

Retrieves information about all the endpoints that are associated with a specific user ID.

Synopsis

Creating a Request

data GetUserEndpoints Source #

See: newGetUserEndpoints smart constructor.

Constructors

GetUserEndpoints' 

Fields

  • applicationId :: Text

    The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

  • userId :: Text

    The unique identifier for the user.

Instances

Instances details
Eq GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

Read GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

Show GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

Generic GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

Associated Types

type Rep GetUserEndpoints :: Type -> Type #

NFData GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

Methods

rnf :: GetUserEndpoints -> () #

Hashable GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

AWSRequest GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

Associated Types

type AWSResponse GetUserEndpoints #

ToHeaders GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

ToPath GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

ToQuery GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

type Rep GetUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

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

Defined in Amazonka.Pinpoint.GetUserEndpoints

newGetUserEndpoints Source #

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

$sel:userId:GetUserEndpoints', getUserEndpoints_userId - The unique identifier for the user.

Request Lenses

getUserEndpoints_applicationId :: Lens' GetUserEndpoints Text Source #

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

getUserEndpoints_userId :: Lens' GetUserEndpoints Text Source #

The unique identifier for the user.

Destructuring the Response

data GetUserEndpointsResponse Source #

See: newGetUserEndpointsResponse smart constructor.

Constructors

GetUserEndpointsResponse' 

Fields

Instances

Instances details
Eq GetUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

Read GetUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

Show GetUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

Generic GetUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

Associated Types

type Rep GetUserEndpointsResponse :: Type -> Type #

NFData GetUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

type Rep GetUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetUserEndpoints

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

newGetUserEndpointsResponse Source #

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

$sel:endpointsResponse:GetUserEndpointsResponse', getUserEndpointsResponse_endpointsResponse - Undocumented member.

Response Lenses