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.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
Eq GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Read GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Show GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Generic GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Associated Types

type Rep GetEventIntegration :: Type -> Type #

NFData GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Methods

rnf :: GetEventIntegration -> () #

Hashable GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

AWSRequest GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Associated Types

type AWSResponse GetEventIntegration #

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

type Rep GetEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

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

Defined in Amazonka.AppIntegrationS.GetEventIntegration

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:

$sel:name: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
Eq GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Read GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Show GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Generic GetEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.GetEventIntegration

Associated Types

type Rep GetEventIntegrationResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "GetEventIntegrationResponse'" 'PrefixI 'True) ((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 "description") '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)))))

Response Lenses

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

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