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

Description

Returns information about the event integration.

Synopsis

Creating a Request

data GetEventIntegration Source #

See: newGetEventIntegration smart constructor.

Constructors

GetEventIntegration' 

Fields

  • name :: Text

    The name of the event integration.

Instances

Instances details
ToHeaders GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

ToPath GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

ToQuery GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

AWSRequest GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Associated Types

type AWSResponse GetEventIntegration #

Generic GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Associated Types

type Rep GetEventIntegration :: Type -> Type #

Read GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Show GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

NFData GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Methods

rnf :: GetEventIntegration -> () #

Eq GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Hashable GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

type AWSResponse GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

type Rep GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

type Rep GetEventIntegration = D1 ('MetaData "GetEventIntegration" "Amazonka.AppIntegrationS.GetEventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "GetEventIntegration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newGetEventIntegration Source #

Create a value of GetEventIntegration 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:

GetEventIntegration, getEventIntegration_name - The name of the event integration.

Request Lenses

getEventIntegration_name :: Lens' GetEventIntegration Text Source #

The name of the event integration.

Destructuring the Response

data GetEventIntegrationResponse Source #

See: newGetEventIntegrationResponse smart constructor.

Constructors

GetEventIntegrationResponse' 

Fields

Instances

Instances details
Generic GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Associated Types

type Rep GetEventIntegrationResponse :: Type -> Type #

Read GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Show GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

NFData GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Eq GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

type Rep GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

type Rep GetEventIntegrationResponse = D1 ('MetaData "GetEventIntegrationResponse" "Amazonka.AppIntegrationS.GetEventIntegration" "amazonka-appintegrations-2.0-2lBUrD6c02PNRyKYAT0aG" 'False) (C1 ('MetaCons "GetEventIntegrationResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "eventBridgeBus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "eventFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EventFilter)))) :*: ((S1 ('MetaSel ('Just "eventIntegrationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetEventIntegrationResponse Source #

Create a value of GetEventIntegrationResponse 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:

GetEventIntegrationResponse, getEventIntegrationResponse_description - The description of the event integration.

GetEventIntegrationResponse, getEventIntegrationResponse_eventBridgeBus - The EventBridge bus.

GetEventIntegrationResponse, getEventIntegrationResponse_eventFilter - The event filter.

GetEventIntegrationResponse, getEventIntegrationResponse_eventIntegrationArn - The Amazon Resource Name (ARN) for the event integration.

GetEventIntegration, getEventIntegrationResponse_name - The name of the event integration.

GetEventIntegrationResponse, getEventIntegrationResponse_tags - One or more tags.

$sel:httpStatus:GetEventIntegrationResponse', getEventIntegrationResponse_httpStatus - The response's http status code.

Response Lenses

getEventIntegrationResponse_eventIntegrationArn :: Lens' GetEventIntegrationResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the event integration.