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

Description

Activates a partner event source that has been deactivated. Once activated, your matching event bus will start receiving events from the event source.

Synopsis

Creating a Request

data ActivateEventSource Source #

See: newActivateEventSource smart constructor.

Constructors

ActivateEventSource' 

Fields

  • name :: Text

    The name of the partner event source to activate.

Instances

Instances details
Eq ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Read ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Show ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Generic ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Associated Types

type Rep ActivateEventSource :: Type -> Type #

NFData ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Methods

rnf :: ActivateEventSource -> () #

Hashable ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

ToJSON ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

AWSRequest ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Associated Types

type AWSResponse ActivateEventSource #

ToHeaders ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

ToPath ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

ToQuery ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

type Rep ActivateEventSource Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

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

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

newActivateEventSource Source #

Create a value of ActivateEventSource 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:ActivateEventSource', activateEventSource_name - The name of the partner event source to activate.

Request Lenses

activateEventSource_name :: Lens' ActivateEventSource Text Source #

The name of the partner event source to activate.

Destructuring the Response

data ActivateEventSourceResponse Source #

See: newActivateEventSourceResponse smart constructor.

Instances

Instances details
Eq ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Read ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Show ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Generic ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

Associated Types

type Rep ActivateEventSourceResponse :: Type -> Type #

NFData ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

type Rep ActivateEventSourceResponse Source # 
Instance details

Defined in Amazonka.CloudWatchEvents.ActivateEventSource

type Rep ActivateEventSourceResponse = D1 ('MetaData "ActivateEventSourceResponse" "Amazonka.CloudWatchEvents.ActivateEventSource" "libZSservicesZSamazonka-cloudwatch-eventsZSamazonka-cloudwatch-events" 'False) (C1 ('MetaCons "ActivateEventSourceResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newActivateEventSourceResponse :: ActivateEventSourceResponse Source #

Create a value of ActivateEventSourceResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.