AppSync#
Client#
- class AppSync.Client#
 A low-level client representing AWS AppSync
AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.
import boto3 client = boto3.client('appsync')
These are the available methods:
- associate_api
 - can_paginate
 - close
 - create_api_cache
 - create_api_key
 - create_data_source
 - create_domain_name
 - create_function
 - create_graphql_api
 - create_resolver
 - create_type
 - delete_api_cache
 - delete_api_key
 - delete_data_source
 - delete_domain_name
 - delete_function
 - delete_graphql_api
 - delete_resolver
 - delete_type
 - disassociate_api
 - evaluate_code
 - evaluate_mapping_template
 - flush_api_cache
 - get_api_association
 - get_api_cache
 - get_data_source
 - get_domain_name
 - get_function
 - get_graphql_api
 - get_introspection_schema
 - get_paginator
 - get_resolver
 - get_schema_creation_status
 - get_type
 - get_waiter
 - list_api_keys
 - list_data_sources
 - list_domain_names
 - list_functions
 - list_graphql_apis
 - list_resolvers
 - list_resolvers_by_function
 - list_tags_for_resource
 - list_types
 - start_schema_creation
 - tag_resource
 - untag_resource
 - update_api_cache
 - update_api_key
 - update_data_source
 - update_domain_name
 - update_function
 - update_graphql_api
 - update_resolver
 - update_type
 
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: