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

Description

Updates the description of an event integration.

Synopsis

Creating a Request

data UpdateEventIntegration Source #

See: newUpdateEventIntegration smart constructor.

Constructors

UpdateEventIntegration' 

Fields

Instances

Instances details
Eq UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Read UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Show UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Generic UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Associated Types

type Rep UpdateEventIntegration :: Type -> Type #

NFData UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Methods

rnf :: UpdateEventIntegration -> () #

Hashable UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

ToJSON UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

AWSRequest UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Associated Types

type AWSResponse UpdateEventIntegration #

ToHeaders UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

ToPath UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

ToQuery UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

type Rep UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

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

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

newUpdateEventIntegration Source #

Create a value of UpdateEventIntegration 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:description:UpdateEventIntegration', updateEventIntegration_description - The description of the event inegration.

$sel:name:UpdateEventIntegration', updateEventIntegration_name - The name of the event integration.

Request Lenses

Destructuring the Response

data UpdateEventIntegrationResponse Source #

See: newUpdateEventIntegrationResponse smart constructor.

Constructors

UpdateEventIntegrationResponse' 

Fields

Instances

Instances details
Eq UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Read UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Show UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Generic UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Associated Types

type Rep UpdateEventIntegrationResponse :: Type -> Type #

NFData UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

type Rep UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

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

newUpdateEventIntegrationResponse Source #

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

Response Lenses