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

Description

Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.

Synopsis

Creating a Request

data CreateEventIntegration Source #

See: newCreateEventIntegration smart constructor.

Constructors

CreateEventIntegration' 

Fields

Instances

Instances details
Eq CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Read CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Show CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Generic CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Associated Types

type Rep CreateEventIntegration :: Type -> Type #

NFData CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Methods

rnf :: CreateEventIntegration -> () #

Hashable CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

ToJSON CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

AWSRequest CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Associated Types

type AWSResponse CreateEventIntegration #

ToHeaders CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

ToPath CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

ToQuery CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

type Rep CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

type Rep CreateEventIntegration = D1 ('MetaData "CreateEventIntegration" "Amazonka.AppIntegrationS.CreateEventIntegration" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "CreateEventIntegration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "clientToken") '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 "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "eventFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EventFilter) :*: S1 ('MetaSel ('Just "eventBridgeBus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse CreateEventIntegration Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

newCreateEventIntegration Source #

Create a value of CreateEventIntegration 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:clientToken:CreateEventIntegration', createEventIntegration_clientToken - A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

$sel:description:CreateEventIntegration', createEventIntegration_description - The description of the event integration.

$sel:tags:CreateEventIntegration', createEventIntegration_tags - One or more tags.

$sel:name:CreateEventIntegration', createEventIntegration_name - The name of the event integration.

$sel:eventFilter:CreateEventIntegration', createEventIntegration_eventFilter - The event filter.

$sel:eventBridgeBus:CreateEventIntegration', createEventIntegration_eventBridgeBus - The EventBridge bus.

Request Lenses

createEventIntegration_clientToken :: Lens' CreateEventIntegration (Maybe Text) Source #

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

createEventIntegration_description :: Lens' CreateEventIntegration (Maybe Text) Source #

The description of the event integration.

Destructuring the Response

data CreateEventIntegrationResponse Source #

See: newCreateEventIntegrationResponse smart constructor.

Constructors

CreateEventIntegrationResponse' 

Fields

Instances

Instances details
Eq CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Read CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Show CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Generic CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

Associated Types

type Rep CreateEventIntegrationResponse :: Type -> Type #

NFData CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

type Rep CreateEventIntegrationResponse Source # 
Instance details

Defined in Amazonka.AppIntegrationS.CreateEventIntegration

type Rep CreateEventIntegrationResponse = D1 ('MetaData "CreateEventIntegrationResponse" "Amazonka.AppIntegrationS.CreateEventIntegration" "libZSservicesZSamazonka-appintegrationsZSamazonka-appintegrations" 'False) (C1 ('MetaCons "CreateEventIntegrationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "eventIntegrationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newCreateEventIntegrationResponse Source #

Create a value of CreateEventIntegrationResponse 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:eventIntegrationArn:CreateEventIntegrationResponse', createEventIntegrationResponse_eventIntegrationArn - The Amazon Resource Name (ARN) of the event integration.

$sel:httpStatus:CreateEventIntegrationResponse', createEventIntegrationResponse_httpStatus - The response's http status code.

Response Lenses