amazonka-pinpoint-2.0: Amazon Pinpoint SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Pinpoint.GetEndpoint

Description

Retrieves information about the settings and attributes of a specific endpoint for an application.

Synopsis

Creating a Request

data GetEndpoint Source #

See: newGetEndpoint smart constructor.

Constructors

GetEndpoint' 

Fields

  • applicationId :: Text

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

  • endpointId :: Text

    The unique identifier for the endpoint.

Instances

Instances details
ToHeaders GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

Methods

toHeaders :: GetEndpoint -> [Header] #

ToPath GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

ToQuery GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

AWSRequest GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

Associated Types

type AWSResponse GetEndpoint #

Generic GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

Associated Types

type Rep GetEndpoint :: Type -> Type #

Read GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

Show GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

NFData GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

Methods

rnf :: GetEndpoint -> () #

Eq GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

Hashable GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

type AWSResponse GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

type Rep GetEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

type Rep GetEndpoint = D1 ('MetaData "GetEndpoint" "Amazonka.Pinpoint.GetEndpoint" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "GetEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applicationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "endpointId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetEndpoint Source #

Create a value of GetEndpoint 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:

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

$sel:endpointId:GetEndpoint', getEndpoint_endpointId - The unique identifier for the endpoint.

Request Lenses

getEndpoint_applicationId :: Lens' GetEndpoint Text Source #

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

getEndpoint_endpointId :: Lens' GetEndpoint Text Source #

The unique identifier for the endpoint.

Destructuring the Response

data GetEndpointResponse Source #

See: newGetEndpointResponse smart constructor.

Constructors

GetEndpointResponse' 

Fields

Instances

Instances details
Generic GetEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

Associated Types

type Rep GetEndpointResponse :: Type -> Type #

Read GetEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

Show GetEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

NFData GetEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

Methods

rnf :: GetEndpointResponse -> () #

Eq GetEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

type Rep GetEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.GetEndpoint

type Rep GetEndpointResponse = D1 ('MetaData "GetEndpointResponse" "Amazonka.Pinpoint.GetEndpoint" "amazonka-pinpoint-2.0-GBFs9S7wa7bFiDe66NqAzt" 'False) (C1 ('MetaCons "GetEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "endpointResponse") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EndpointResponse)))

newGetEndpointResponse Source #

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

$sel:endpointResponse:GetEndpointResponse', getEndpointResponse_endpointResponse - Undocumented member.

Response Lenses