View Source AWS.AppIntegrations (aws-elixir v1.0.4)
*
Amazon AppIntegrations actions
*
Amazon AppIntegrations data types
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 the following topics in the Amazon Connect Administrator Guide:
*
Third-party applications (3p apps) in the agent workspace
*
Use Amazon Q in Connect for generative AI–powered agent assistance in real-time
Link to this section Summary
Functions
Creates and persists an Application resource.
Creates and persists a DataIntegration resource.
Creates and persists a DataIntegrationAssociation resource.
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 Application.
Deletes the DataIntegration.
Deletes the specified existing event integration.
Get an Application resource.
Returns information about the DataIntegration.
Returns information about the event integration.
Returns a paginated list of application associations for an application.
Lists applications in the account.
Returns a paginated list of DataIntegration associations in the account.
Returns a paginated list of DataIntegrations in the account.
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 and persists an Application resource.
Updates the description of a DataIntegration.
Updates and persists a DataIntegrationAssociation resource.
Updates the description of an event integration.
Link to this section Functions
Creates and persists an Application resource.
Creates and persists a DataIntegration resource.
You cannot create a DataIntegration association for a DataIntegration that has
been
previously associated. Use a different DataIntegration, or recreate the
DataIntegration
using the CreateDataIntegration
API.
create_data_integration_association(client, data_integration_identifier, input, options \\ [])
View SourceCreates and persists a DataIntegrationAssociation resource.
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 Application.
Only Applications that don't have any Application Associations can be deleted.
delete_data_integration(client, data_integration_identifier, input, options \\ [])
View SourceDeletes the DataIntegration.
Only DataIntegrations that don't have any DataIntegrationAssociations can be deleted. Deleting a DataIntegration also deletes the underlying Amazon AppFlow flow and service linked role.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
Deletes the specified existing event integration.
If the event integration is associated with clients, the request is rejected.
Get an Application resource.
Returns information about the DataIntegration.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
Returns information about the event integration.
list_application_associations(client, application_id, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a paginated list of application associations for an application.
list_applications(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceLists applications in the account.
list_data_integration_associations(client, data_integration_identifier, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a paginated list of DataIntegration associations in the account.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
list_data_integrations(client, max_results \\ nil, next_token \\ nil, options \\ [])
View SourceReturns a paginated list of DataIntegrations in the account.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
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 and persists an Application resource.
Updates the description of a DataIntegration.
You cannot create a DataIntegration association for a DataIntegration that has been previously associated. Use a different DataIntegration, or recreate the DataIntegration using the CreateDataIntegration API.
update_data_integration_association(client, data_integration_association_identifier, data_integration_identifier, input, options \\ [])
View SourceUpdates and persists a DataIntegrationAssociation resource.
Updating a DataIntegrationAssociation with ExecutionConfiguration will rerun the on-demand job.
Updates the description of an event integration.