AWS.AppIntegrations (aws-elixir v0.9.0) View Source
The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.
For information about how you can use external applications with Amazon Connect, see Set up pre-built integrations in the Amazon Connect Administrator Guide.
Link to this section Summary
Functions
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.
Deletes the specified existing event integration.
Return information about the event integration.
Returns a paginated list of event integration associations in the account.
Returns a paginated list of event integrations in the account.
Lists the tags for the specified resource.
Adds the specified tags to the specified resource.
Removes the specified tags from the specified resource.
Updates the description of an event integration.
Link to this section Functions
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.
Deletes the specified existing event integration.
If the event integration is associated with clients, the request is rejected.
Return information about the event integration.
list_event_integration_associations(client, event_integration_name, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a paginated list of event integration associations in the account.
list_event_integrations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a paginated list of event integrations in the account.
Lists the tags for the specified resource.
Adds the specified tags to the specified resource.
Removes the specified tags from the specified resource.
Updates the description of an event integration.