libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events
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.CloudWatchEvents.PutPartnerEvents

Description

This is used by SaaS partners to write events to a customer's partner event bus. Amazon Web Services customers do not use this operation.

Synopsis

Creating a Request

data PutPartnerEvents Source #

See: newPutPartnerEvents smart constructor.

Constructors

PutPartnerEvents' 

Fields

Instances

Instances details
Eq PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Read PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Show PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Generic PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Associated Types

type Rep PutPartnerEvents :: Type -> Type #

NFData PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Methods

rnf :: PutPartnerEvents -> () #

Hashable PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

ToJSON PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

AWSRequest PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Associated Types

type AWSResponse PutPartnerEvents #

ToHeaders PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

ToPath PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

ToQuery PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

type Rep PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

type Rep PutPartnerEvents = D1 ('MetaData "PutPartnerEvents" "Amazonka.CloudWatchEvents.PutPartnerEvents" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PutPartnerEvents'" 'PrefixI 'True) (S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty PutPartnerEventsRequestEntry))))
type AWSResponse PutPartnerEvents Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

newPutPartnerEvents Source #

Create a value of PutPartnerEvents 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:entries:PutPartnerEvents', putPartnerEvents_entries - The list of events to write to the event bus.

Request Lenses

Destructuring the Response

data PutPartnerEventsResponse Source #

See: newPutPartnerEventsResponse smart constructor.

Constructors

PutPartnerEventsResponse' 

Fields

Instances

Instances details
Eq PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Read PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Show PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Generic PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

Associated Types

type Rep PutPartnerEventsResponse :: Type -> Type #

NFData PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

type Rep PutPartnerEventsResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.PutPartnerEvents

type Rep PutPartnerEventsResponse = D1 ('MetaData "PutPartnerEventsResponse" "Amazonka.CloudWatchEvents.PutPartnerEvents" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "PutPartnerEventsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "failedEntryCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "entries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PutPartnerEventsResultEntry])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newPutPartnerEventsResponse Source #

Create a value of PutPartnerEventsResponse 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:failedEntryCount:PutPartnerEventsResponse', putPartnerEventsResponse_failedEntryCount - The number of events from this operation that could not be written to the partner event bus.

$sel:entries:PutPartnerEvents', putPartnerEventsResponse_entries - The list of events from this operation that were successfully written to the partner event bus.

$sel:httpStatus:PutPartnerEventsResponse', putPartnerEventsResponse_httpStatus - The response's http status code.

Response Lenses

putPartnerEventsResponse_failedEntryCount :: Lens' PutPartnerEventsResponse (Maybe Int) Source #

The number of events from this operation that could not be written to the partner event bus.

putPartnerEventsResponse_entries :: Lens' PutPartnerEventsResponse (Maybe [PutPartnerEventsResultEntry]) Source #

The list of events from this operation that were successfully written to the partner event bus.