Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Activates a partner event source that has been deactivated. Once activated, your matching event bus will start receiving events from the event source.
Creating a Request
data ActivateEventSource Source #
See: newActivateEventSource
smart constructor.
Instances
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
newActivateEventSourceResponse :: ActivateEventSourceResponse Source #
Create a value of ActivateEventSourceResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.