View Source aws_appsync (aws v0.3.1)

AWS AppSync provides API actions for creating and interacting with data sources using GraphQL from your application.

Link to this section Summary

Functions

Creates a cache for the GraphQL API.
Creates a unique key that you can distribute to clients who are executing your API.
Creates a DataSource object.

Creates a Function object.

Creates a GraphqlApi object.
Creates a Type object.
Deletes an ApiCache object.
Deletes a DataSource object.
Deletes a GraphqlApi object.
Flushes an ApiCache object.
Retrieves an ApiCache object.
Retrieves a DataSource object.
Retrieves a GraphqlApi object.
Retrieves the introspection schema for a GraphQL API.
Retrieves the current status of a schema creation operation.

Lists the API keys for a given API.

Lists the data sources for a given API.
List multiple functions.
Lists your GraphQL APIs.
Lists the resolvers for a given API and type.
List the resolvers that are associated with a specific function.
Lists the tags for a resource.
Lists the types for a given API.

Adds a new schema to your GraphQL API.

Tags a resource with user-supplied tags.
Updates the cache for the GraphQL API.
Updates a DataSource object.
Updates a GraphqlApi object.

Link to this section Functions

Link to this function

create_api_cache(Client, ApiId, Input)

View Source
Creates a cache for the GraphQL API.
Link to this function

create_api_cache(Client, ApiId, Input0, Options0)

View Source
Link to this function

create_api_key(Client, ApiId, Input)

View Source
Creates a unique key that you can distribute to clients who are executing your API.
Link to this function

create_api_key(Client, ApiId, Input0, Options0)

View Source
Link to this function

create_data_source(Client, ApiId, Input)

View Source
Creates a DataSource object.
Link to this function

create_data_source(Client, ApiId, Input0, Options0)

View Source
Link to this function

create_function(Client, ApiId, Input)

View Source

Creates a Function object.

A function is a reusable entity. Multiple functions can be used to compose the resolver logic.
Link to this function

create_function(Client, ApiId, Input0, Options0)

View Source
Link to this function

create_graphql_api(Client, Input)

View Source
Creates a GraphqlApi object.
Link to this function

create_graphql_api(Client, Input0, Options0)

View Source
Link to this function

create_resolver(Client, ApiId, TypeName, Input)

View Source

Creates a Resolver object.

A resolver converts incoming requests into a format that a data source can understand and converts the data source's responses into GraphQL.
Link to this function

create_resolver(Client, ApiId, TypeName, Input0, Options0)

View Source
Link to this function

create_type(Client, ApiId, Input)

View Source
Creates a Type object.
Link to this function

create_type(Client, ApiId, Input0, Options0)

View Source
Link to this function

delete_api_cache(Client, ApiId, Input)

View Source
Deletes an ApiCache object.
Link to this function

delete_api_cache(Client, ApiId, Input0, Options0)

View Source
Link to this function

delete_api_key(Client, ApiId, Id, Input)

View Source
Deletes an API key.
Link to this function

delete_api_key(Client, ApiId, Id, Input0, Options0)

View Source
Link to this function

delete_data_source(Client, ApiId, Name, Input)

View Source
Deletes a DataSource object.
Link to this function

delete_data_source(Client, ApiId, Name, Input0, Options0)

View Source
Link to this function

delete_function(Client, ApiId, FunctionId, Input)

View Source
Deletes a Function.
Link to this function

delete_function(Client, ApiId, FunctionId, Input0, Options0)

View Source
Link to this function

delete_graphql_api(Client, ApiId, Input)

View Source
Deletes a GraphqlApi object.
Link to this function

delete_graphql_api(Client, ApiId, Input0, Options0)

View Source
Link to this function

delete_resolver(Client, ApiId, FieldName, TypeName, Input)

View Source
Deletes a Resolver object.
Link to this function

delete_resolver(Client, ApiId, FieldName, TypeName, Input0, Options0)

View Source
Link to this function

delete_type(Client, ApiId, TypeName, Input)

View Source
Deletes a Type object.
Link to this function

delete_type(Client, ApiId, TypeName, Input0, Options0)

View Source
Link to this function

flush_api_cache(Client, ApiId, Input)

View Source
Flushes an ApiCache object.
Link to this function

flush_api_cache(Client, ApiId, Input0, Options0)

View Source
Link to this function

get_api_cache(Client, ApiId)

View Source
Retrieves an ApiCache object.
Link to this function

get_api_cache(Client, ApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_api_cache(Client, ApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_data_source(Client, ApiId, Name)

View Source
Retrieves a DataSource object.
Link to this function

get_data_source(Client, ApiId, Name, QueryMap, HeadersMap)

View Source
Link to this function

get_data_source(Client, ApiId, Name, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_function(Client, ApiId, FunctionId)

View Source
Get a Function.
Link to this function

get_function(Client, ApiId, FunctionId, QueryMap, HeadersMap)

View Source
Link to this function

get_function(Client, ApiId, FunctionId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_graphql_api(Client, ApiId)

View Source
Retrieves a GraphqlApi object.
Link to this function

get_graphql_api(Client, ApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_graphql_api(Client, ApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_introspection_schema(Client, ApiId, Format)

View Source
Retrieves the introspection schema for a GraphQL API.
Link to this function

get_introspection_schema(Client, ApiId, Format, QueryMap, HeadersMap)

View Source
Link to this function

get_introspection_schema(Client, ApiId, Format, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_resolver(Client, ApiId, FieldName, TypeName)

View Source
Retrieves a Resolver object.
Link to this function

get_resolver(Client, ApiId, FieldName, TypeName, QueryMap, HeadersMap)

View Source
Link to this function

get_resolver(Client, ApiId, FieldName, TypeName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_schema_creation_status(Client, ApiId)

View Source
Retrieves the current status of a schema creation operation.
Link to this function

get_schema_creation_status(Client, ApiId, QueryMap, HeadersMap)

View Source
Link to this function

get_schema_creation_status(Client, ApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

get_type(Client, ApiId, TypeName, Format)

View Source
Retrieves a Type object.
Link to this function

get_type(Client, ApiId, TypeName, Format, QueryMap, HeadersMap)

View Source
Link to this function

get_type(Client, ApiId, TypeName, Format, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_api_keys(Client, ApiId)

View Source

Lists the API keys for a given API.

API keys are deleted automatically 60 days after they expire. However, they may still be included in the response until they have actually been deleted. You can safely call DeleteApiKey to manually delete a key before it's automatically deleted.
Link to this function

list_api_keys(Client, ApiId, QueryMap, HeadersMap)

View Source
Link to this function

list_api_keys(Client, ApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_data_sources(Client, ApiId)

View Source
Lists the data sources for a given API.
Link to this function

list_data_sources(Client, ApiId, QueryMap, HeadersMap)

View Source
Link to this function

list_data_sources(Client, ApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_functions(Client, ApiId)

View Source
List multiple functions.
Link to this function

list_functions(Client, ApiId, QueryMap, HeadersMap)

View Source
Link to this function

list_functions(Client, ApiId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_graphql_apis(Client)

View Source
Lists your GraphQL APIs.
Link to this function

list_graphql_apis(Client, QueryMap, HeadersMap)

View Source
Link to this function

list_graphql_apis(Client, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_resolvers(Client, ApiId, TypeName)

View Source
Lists the resolvers for a given API and type.
Link to this function

list_resolvers(Client, ApiId, TypeName, QueryMap, HeadersMap)

View Source
Link to this function

list_resolvers(Client, ApiId, TypeName, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_resolvers_by_function(Client, ApiId, FunctionId)

View Source
List the resolvers that are associated with a specific function.
Link to this function

list_resolvers_by_function(Client, ApiId, FunctionId, QueryMap, HeadersMap)

View Source
Link to this function

list_resolvers_by_function(Client, ApiId, FunctionId, QueryMap, HeadersMap, Options0)

View Source
Link to this function

list_tags_for_resource(Client, ResourceArn)

View Source
Lists the tags for a 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

list_types(Client, ApiId, Format)

View Source
Lists the types for a given API.
Link to this function

list_types(Client, ApiId, Format, QueryMap, HeadersMap)

View Source
Link to this function

list_types(Client, ApiId, Format, QueryMap, HeadersMap, Options0)

View Source
Link to this function

start_schema_creation(Client, ApiId, Input)

View Source

Adds a new schema to your GraphQL API.

This operation is asynchronous. Use to determine when it has completed.
Link to this function

start_schema_creation(Client, ApiId, Input0, Options0)

View Source
Link to this function

tag_resource(Client, ResourceArn, Input)

View Source
Tags a resource with user-supplied tags.
Link to this function

tag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

untag_resource(Client, ResourceArn, Input)

View Source
Untags a resource.
Link to this function

untag_resource(Client, ResourceArn, Input0, Options0)

View Source
Link to this function

update_api_cache(Client, ApiId, Input)

View Source
Updates the cache for the GraphQL API.
Link to this function

update_api_cache(Client, ApiId, Input0, Options0)

View Source
Link to this function

update_api_key(Client, ApiId, Id, Input)

View Source

Updates an API key.

The key can be updated while it is not deleted.
Link to this function

update_api_key(Client, ApiId, Id, Input0, Options0)

View Source
Link to this function

update_data_source(Client, ApiId, Name, Input)

View Source
Updates a DataSource object.
Link to this function

update_data_source(Client, ApiId, Name, Input0, Options0)

View Source
Link to this function

update_function(Client, ApiId, FunctionId, Input)

View Source
Updates a Function object.
Link to this function

update_function(Client, ApiId, FunctionId, Input0, Options0)

View Source
Link to this function

update_graphql_api(Client, ApiId, Input)

View Source
Updates a GraphqlApi object.
Link to this function

update_graphql_api(Client, ApiId, Input0, Options0)

View Source
Link to this function

update_resolver(Client, ApiId, FieldName, TypeName, Input)

View Source
Updates a Resolver object.
Link to this function

update_resolver(Client, ApiId, FieldName, TypeName, Input0, Options0)

View Source
Link to this function

update_type(Client, ApiId, TypeName, Input)

View Source
Updates a Type object.
Link to this function

update_type(Client, ApiId, TypeName, Input0, Options0)

View Source