Skip to content

Latest commit

 

History

History
89 lines (69 loc) · 1.74 KB

appsync.rst

File metadata and controls

89 lines (69 loc) · 1.74 KB

appsync

moto.appsync.models.AppSyncBackend

Example usage

python

@mock_appsync def test_appsync_behaviour: boto3.client("appsync") ...

Implemented features for this service

  • [ ] associate_api
  • [ ] create_api_cache
  • [X] create_api_key
  • [ ] create_data_source
  • [ ] create_domain_name
  • [ ] create_function
  • [X] create_graphql_api
  • [ ] create_resolver
  • [ ] create_type
  • [ ] delete_api_cache
  • [X] delete_api_key
  • [ ] delete_data_source
  • [ ] delete_domain_name
  • [ ] delete_function
  • [X] 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
  • [X] get_graphql_api
  • [ ] get_introspection_schema
  • [ ] get_resolver
  • [X] get_schema_creation_status
  • [X] get_type
  • [X] list_api_keys

    Pagination or the maxResults-parameter have not yet been implemented.

  • [ ] list_data_sources
  • [ ] list_domain_names
  • [ ] list_functions
  • [X] list_graphql_apis

    Pagination or the maxResults-parameter have not yet been implemented.

  • [ ] list_resolvers
  • [ ] list_resolvers_by_function
  • [X] list_tags_for_resource
  • [ ] list_types
  • [X] start_schema_creation
  • [X] tag_resource
  • [X] untag_resource
  • [ ] update_api_cache
  • [X] update_api_key
  • [ ] update_data_source
  • [ ] update_domain_name
  • [ ] update_function
  • [X] update_graphql_api
  • [ ] update_resolver
  • [ ] update_type