AppIntegrationsService#
Client#
- class AppIntegrationsService.Client#
A low-level client representing Amazon AppIntegrations Service
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 and Deliver information to agents using Amazon Connect Wisdom in the Amazon Connect Administrator Guide.
import boto3 client = boto3.client('appintegrations')
These are the available methods:
- can_paginate
- close
- create_application
- create_data_integration
- create_event_integration
- delete_data_integration
- delete_event_integration
- get_application
- get_data_integration
- get_event_integration
- get_paginator
- get_waiter
- list_applications
- list_data_integration_associations
- list_data_integrations
- list_event_integration_associations
- list_event_integrations
- list_tags_for_resource
- tag_resource
- untag_resource
- update_application
- update_data_integration
- update_event_integration
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: