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

Description

Deletes the event stream for an application.

Synopsis

Creating a Request

data DeleteEventStream Source #

See: newDeleteEventStream smart constructor.

Constructors

DeleteEventStream' 

Fields

  • applicationId :: Text

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

Instances

Instances details
Eq DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

Read DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

Show DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

Generic DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

Associated Types

type Rep DeleteEventStream :: Type -> Type #

NFData DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

Methods

rnf :: DeleteEventStream -> () #

Hashable DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

AWSRequest DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

Associated Types

type AWSResponse DeleteEventStream #

ToHeaders DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

ToPath DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

ToQuery DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

type Rep DeleteEventStream Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

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

Defined in Amazonka.Pinpoint.DeleteEventStream

newDeleteEventStream Source #

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

Request Lenses

deleteEventStream_applicationId :: Lens' DeleteEventStream Text Source #

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

Destructuring the Response

data DeleteEventStreamResponse Source #

See: newDeleteEventStreamResponse smart constructor.

Constructors

DeleteEventStreamResponse' 

Fields

Instances

Instances details
Eq DeleteEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

Read DeleteEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

Show DeleteEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

Generic DeleteEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

Associated Types

type Rep DeleteEventStreamResponse :: Type -> Type #

NFData DeleteEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

type Rep DeleteEventStreamResponse Source # 
Instance details

Defined in Amazonka.Pinpoint.DeleteEventStream

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

newDeleteEventStreamResponse Source #

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

$sel:eventStream:DeleteEventStreamResponse', deleteEventStreamResponse_eventStream - Undocumented member.

Response Lenses