Appflow#
Client#
- class Appflow.Client#
- A low-level client representing Amazon Appflow - Welcome to the Amazon AppFlow API reference. This guide is for developers who need detailed information about the Amazon AppFlow API operations, data types, and errors. - Amazon AppFlow is a fully managed integration service that enables you to securely transfer data between software as a service (SaaS) applications like Salesforce, Marketo, Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift. - Use the following links to get started on the Amazon AppFlow API: - Actions: An alphabetical list of all Amazon AppFlow API operations. 
- Data types: An alphabetical list of all Amazon AppFlow data types. 
- Common parameters: Parameters that all Query operations can use. 
- Common errors: Client and server errors that all operations can return. 
 - If you’re new to Amazon AppFlow, we recommend that you review the Amazon AppFlow User Guide. - Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include applicable OAuth attributes (such as - auth-codeand- redirecturi) with the connector-specific- ConnectorProfilePropertieswhen creating a new connector profile using Amazon AppFlow API operations. For example, Salesforce users can refer to the Authorize Apps with OAuth documentation.- import boto3 client = boto3.client('appflow') 
These are the available methods:
- can_paginate
- cancel_flow_executions
- close
- create_connector_profile
- create_flow
- delete_connector_profile
- delete_flow
- describe_connector
- describe_connector_entity
- describe_connector_profiles
- describe_connectors
- describe_flow
- describe_flow_execution_records
- get_paginator
- get_waiter
- list_connector_entities
- list_connectors
- list_flows
- list_tags_for_resource
- register_connector
- reset_connector_metadata_cache
- start_flow
- stop_flow
- tag_resource
- unregister_connector
- untag_resource
- update_connector_profile
- update_connector_registration
- update_flow