libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations
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.AppIntegrationS.DeleteEventIntegration

Description

Deletes the specified existing event integration. If the event integration is associated with clients, the request is rejected.

Synopsis

Creating a Request

data DeleteEventIntegration Source #

See: newDeleteEventIntegration smart constructor.

Constructors

DeleteEventIntegration' 

Fields

  • name :: Text

    The name of the event integration.

Instances

Instances details
Eq DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Read DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Show DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Generic DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Associated Types

type Rep DeleteEventIntegration :: Type -> Type #

NFData DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Methods

rnf :: DeleteEventIntegration -> () #

Hashable DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

AWSRequest DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Associated Types

type AWSResponse DeleteEventIntegration #

ToHeaders DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

ToPath DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

ToQuery DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

type Rep DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

type Rep DeleteEventIntegration = D1 ('MetaData "DeleteEventIntegration" "Amazonka.AppIntegrationS.DeleteEventIntegration" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "DeleteEventIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

newDeleteEventIntegration Source #

Create a value of DeleteEventIntegration 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:name:DeleteEventIntegration', deleteEventIntegration_name - The name of the event integration.

Request Lenses

Destructuring the Response

data DeleteEventIntegrationResponse Source #

See: newDeleteEventIntegrationResponse smart constructor.

Constructors

DeleteEventIntegrationResponse' 

Fields

Instances

Instances details
Eq DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Read DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Show DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Generic DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

Associated Types

type Rep DeleteEventIntegrationResponse :: Type -> Type #

NFData DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

type Rep DeleteEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.DeleteEventIntegration

type Rep DeleteEventIntegrationResponse = D1 ('MetaData "DeleteEventIntegrationResponse" "Amazonka.AppIntegrationS.DeleteEventIntegration" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "DeleteEventIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteEventIntegrationResponse Source #

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

Response Lenses