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

Description

Deletes an endpoint from an application.

Synopsis

Creating a Request

data DeleteEndpoint Source #

See: newDeleteEndpoint smart constructor.

Constructors

DeleteEndpoint' 

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
Eq DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Read DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Show DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Generic DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Associated Types

type Rep DeleteEndpoint :: Type -> Type #

NFData DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Methods

rnf :: DeleteEndpoint -> () #

Hashable DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

AWSRequest DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Associated Types

type AWSResponse DeleteEndpoint #

ToHeaders DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

ToPath DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

ToQuery DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

type Rep DeleteEndpoint Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

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

Defined in Amazonka.Pinpoint.DeleteEndpoint

newDeleteEndpoint Source #

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

$sel:endpointId:DeleteEndpoint', deleteEndpoint_endpointId - The unique identifier for the endpoint.

Request Lenses

deleteEndpoint_applicationId :: Lens' DeleteEndpoint Text Source #

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

deleteEndpoint_endpointId :: Lens' DeleteEndpoint Text Source #

The unique identifier for the endpoint.

Destructuring the Response

data DeleteEndpointResponse Source #

See: newDeleteEndpointResponse smart constructor.

Constructors

DeleteEndpointResponse' 

Fields

Instances

Instances details
Eq DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Read DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Show DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Generic DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Associated Types

type Rep DeleteEndpointResponse :: Type -> Type #

NFData DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

Methods

rnf :: DeleteEndpointResponse -> () #

type Rep DeleteEndpointResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEndpoint

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

newDeleteEndpointResponse Source #

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

$sel:endpointResponse:DeleteEndpointResponse', deleteEndpointResponse_endpointResponse - Undocumented member.

Response Lenses