amazonka-appintegrations-2.0: Amazon AppIntegrations Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

Defined in Amazonka.AppIntegrationS.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

AWSRequest UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Associated Types

type AWSResponse UpdateEventIntegration #

Generic UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Associated Types

type Rep UpdateEventIntegration :: Type -> Type #

Read UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Show UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

NFData UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Methods

rnf :: UpdateEventIntegration -> () #

Eq UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Hashable UpdateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

type AWSResponse 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" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" '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)))

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:

UpdateEventIntegration, updateEventIntegration_description - The description of the event inegration.

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

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Associated Types

type Rep UpdateEventIntegrationResponse :: Type -> Type #

Read UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Show UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

NFData UpdateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.UpdateEventIntegration

Eq 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" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" '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