View Source aws_appintegrations (aws v1.0.4)

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: https://docs.aws.amazon.com/connect/latest/adminguide/crm.html and Deliver information to agents using Amazon Connect Wisdom: https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-wisdom.html in the Amazon Connect Administrator Guide.

Summary

Functions

This API is in preview release and subject to change.

Creates and persists a DataIntegration 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 specified existing event integration.

This API is in preview release and subject to change.

Returns information about the DataIntegration.

Returns information about the event integration.
Returns a paginated list of application associations for an application.

This API is in preview release and subject to change.

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.

This API is in preview release and subject to change.

Updates the description of a DataIntegration.

Updates the description of an event integration.

Functions

Link to this function

create_application(Client, Input)

View Source

This API is in preview release and subject to change.

Creates and persists an Application resource.
Link to this function

create_application(Client, Input0, Options0)

View Source
Link to this function

create_data_integration(Client, Input)

View Source

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.
Link to this function

create_data_integration(Client, Input0, Options0)

View Source
Link to this function

create_event_integration(Client, Input)

View Source

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.
Link to this function

create_event_integration(Client, Input0, Options0)

View Source
Link to this function

delete_application(Client, Arn, Input)

View Source

Deletes the Application.

Only Applications that don't have any Application Associations can be deleted.
Link to this function

delete_application(Client, Arn, Input0, Options0)

View Source
Link to this function

delete_data_integration(Client, DataIntegrationIdentifier, Input)

View Source

Deletes 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: https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html API.
Link to this function

delete_data_integration(Client, DataIntegrationIdentifier, Input0, Options0)

View Source
Link to this function

delete_event_integration(Client, Name, Input)

View Source

Deletes the specified existing event integration.

If the event integration is associated with clients, the request is rejected.
Link to this function

delete_event_integration(Client, Name, Input0, Options0)

View Source
Link to this function

get_application(Client, Arn)

View Source

This API is in preview release and subject to change.

Get an Application resource.
Link to this function

get_application(Client, Arn, QueryMap, HeadersMap)

View Source
Link to this function

get_application(Client, Arn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_data_integration(Client, Identifier)

View Source

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: https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html API.
Link to this function

get_data_integration(Client, Identifier, QueryMap, HeadersMap)

View Source
Link to this function

get_data_integration(Client, Identifier, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_event_integration(Client, Name)

View Source
Returns information about the event integration.
Link to this function

get_event_integration(Client, Name, QueryMap, HeadersMap)

View Source
Link to this function

get_event_integration(Client, Name, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_application_associations(Client, ApplicationId)

View Source
Returns a paginated list of application associations for an application.
Link to this function

list_application_associations(Client, ApplicationId, QueryMap, HeadersMap)

View Source
Link to this function

list_application_associations(Client, ApplicationId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_applications(Client)

View Source

This API is in preview release and subject to change.

Lists applications in the account.
Link to this function

list_applications(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_applications(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_data_integration_associations(Client, DataIntegrationIdentifier)

View Source

Returns 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: https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html API.
Link to this function

list_data_integration_associations(Client, DataIntegrationIdentifier, QueryMap, HeadersMap)

View Source
Link to this function

list_data_integration_associations(Client, DataIntegrationIdentifier, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_data_integrations(Client)

View Source

Returns 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: https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html API.
Link to this function

list_data_integrations(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_data_integrations(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_event_integration_associations(Client, EventIntegrationName)

View Source
Returns a paginated list of event integration associations in the account.
Link to this function

list_event_integration_associations(Client, EventIntegrationName, QueryMap, HeadersMap)

View Source
Link to this function

list_event_integration_associations(Client, EventIntegrationName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_event_integrations(Client)

View Source
Returns a paginated list of event integrations in the account.
Link to this function

list_event_integrations(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_event_integrations(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Lists the tags for the specified resource.
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Adds the specified tags to the specified resource.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Removes the specified tags from the specified resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_application(Client, Arn, Input)

View Source

This API is in preview release and subject to change.

Updates and persists an Application resource.
Link to this function

update_application(Client, Arn, Input0, Options0)

View Source
Link to this function

update_data_integration(Client, Identifier, Input)

View Source

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: https://docs.aws.amazon.com/appintegrations/latest/APIReference/API_CreateDataIntegration.html API.
Link to this function

update_data_integration(Client, Identifier, Input0, Options0)

View Source
Link to this function

update_event_integration(Client, Name, Input)

View Source
Updates the description of an event integration.
Link to this function

update_event_integration(Client, Name, Input0, Options0)

View Source