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

Description

 
Synopsis

Documentation

data EndpointsResponse Source #

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

See: newEndpointsResponse smart constructor.

Constructors

EndpointsResponse' 

Fields

  • item :: [EndpointResponse]

    An array of responses, one for each endpoint that's associated with the user ID.

Instances

Instances details
Eq EndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointsResponse

Read EndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointsResponse

Show EndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointsResponse

Generic EndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointsResponse

Associated Types

type Rep EndpointsResponse :: Type -> Type #

NFData EndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointsResponse

Methods

rnf :: EndpointsResponse -> () #

Hashable EndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointsResponse

FromJSON EndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointsResponse

type Rep EndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.Types.EndpointsResponse

type Rep EndpointsResponse = D1 ('MetaData "EndpointsResponse" "Amazonka.Pinpoint.Types.EndpointsResponse" "libZSservicesZSamazonka-pinpointZSamazonka-pinpoint" 'False) (C1 ('MetaCons "EndpointsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "item") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EndpointResponse])))

newEndpointsResponse :: EndpointsResponse Source #

Create a value of EndpointsResponse 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:item:EndpointsResponse', endpointsResponse_item - An array of responses, one for each endpoint that's associated with the user ID.

endpointsResponse_item :: Lens' EndpointsResponse [EndpointResponse] Source #

An array of responses, one for each endpoint that's associated with the user ID.