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

Description

Deletes all the endpoints that are associated with a specific user ID.

Synopsis

Creating a Request

data DeleteUserEndpoints Source #

See: newDeleteUserEndpoints smart constructor.

Constructors

DeleteUserEndpoints' 

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

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

Read DeleteUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

Show DeleteUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

Generic DeleteUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

Associated Types

type Rep DeleteUserEndpoints :: Type -> Type #

NFData DeleteUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

Methods

rnf :: DeleteUserEndpoints -> () #

Hashable DeleteUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

AWSRequest DeleteUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

Associated Types

type AWSResponse DeleteUserEndpoints #

ToHeaders DeleteUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

ToPath DeleteUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

ToQuery DeleteUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

type Rep DeleteUserEndpoints Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

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

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

newDeleteUserEndpoints Source #

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

$sel:userId:DeleteUserEndpoints', deleteUserEndpoints_userId - The unique identifier for the user.

Request Lenses

deleteUserEndpoints_applicationId :: Lens' DeleteUserEndpoints Text Source #

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

deleteUserEndpoints_userId :: Lens' DeleteUserEndpoints Text Source #

The unique identifier for the user.

Destructuring the Response

data DeleteUserEndpointsResponse Source #

See: newDeleteUserEndpointsResponse smart constructor.

Constructors

DeleteUserEndpointsResponse' 

Fields

Instances

Instances details
Eq DeleteUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

Read DeleteUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

Show DeleteUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

Generic DeleteUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

Associated Types

type Rep DeleteUserEndpointsResponse :: Type -> Type #

NFData DeleteUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

type Rep DeleteUserEndpointsResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteUserEndpoints

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

newDeleteUserEndpointsResponse Source #

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

$sel:endpointsResponse:DeleteUserEndpointsResponse', deleteUserEndpointsResponse_endpointsResponse - Undocumented member.

Response Lenses