View Source aws_appsync (aws v0.7.14)
Link to this section Summary
Functions
DataSource
object.DomainName
object.Creates a Function
object.
GraphqlApi
object.Creates a Resolver
object.
Type
object.ApiCache
object.DataSource
object.DomainName
object.Function
.GraphqlApi
object.Resolver
object.Type
object.ApiAssociation
object from a custom domain.Evaluates the given code and returns the response.
Evaluates a given template and returns the response.
ApiCache
object.ApiAssociation
object.ApiCache
object.DataSource
object.DomainName
object.Function
.GraphqlApi
object.Resolver
object.Type
object.Lists the API keys for a given API.
Adds a new schema to your GraphQL API.
Updates an API key.
DataSource
object.DomainName
object.Function
object.GraphqlApi
object.Resolver
object.Type
object.Link to this section Functions
DataSource
object.
DomainName
object.
Creates a Function
object.
GraphqlApi
object.
Creates a Resolver
object.
Type
object.
ApiCache
object.
DataSource
object.
DomainName
object.
Function
.
GraphqlApi
object.
Resolver
object.
delete_resolver(Client, ApiId, FieldName, TypeName, Input0, Options0)
View SourceType
object.
ApiAssociation
object from a custom domain.
Evaluates the given code and returns the response.
The code definition requirements depend on the specified runtime. ForAPPSYNC_JS
runtimes, the code defines the request and response functions. The request function takes the incoming request after a GraphQL operation is parsed and converts it into a request configuration for the selected data source operation. The response function interprets responses from the data source and maps it to the shape of the GraphQL field output type.
Evaluates a given template and returns the response.
The mapping template can be a request or response template.
Request templates take the incoming request after a GraphQL operation is parsed and convert it into a request configuration for the selected data source operation. Response templates interpret responses from the data source and map it to the shape of the GraphQL field output type.
Mapping templates are written in the Apache Velocity Template Language (VTL).ApiCache
object.
ApiAssociation
object.
get_api_association(Client, DomainName, QueryMap, HeadersMap, Options0)
View SourceApiCache
object.
DataSource
object.
get_data_source(Client, ApiId, Name, QueryMap, HeadersMap, Options0)
View SourceDomainName
object.
get_domain_name(Client, DomainName, QueryMap, HeadersMap, Options0)
View SourceFunction
.
get_function(Client, ApiId, FunctionId, QueryMap, HeadersMap, Options0)
View SourceGraphqlApi
object.
get_introspection_schema(Client, ApiId, Format, QueryMap, HeadersMap)
View Sourceget_introspection_schema(Client, ApiId, Format, QueryMap, HeadersMap, Options0)
View SourceResolver
object.
get_resolver(Client, ApiId, FieldName, TypeName, QueryMap, HeadersMap)
View Sourceget_resolver(Client, ApiId, FieldName, TypeName, QueryMap, HeadersMap, Options0)
View Sourceget_schema_creation_status(Client, ApiId, QueryMap, HeadersMap, Options0)
View SourceType
object.
get_type(Client, ApiId, TypeName, Format, QueryMap, HeadersMap, Options0)
View SourceLists 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 callDeleteApiKey
to manually delete a key before it's automatically deleted.
list_resolvers(Client, ApiId, TypeName, QueryMap, HeadersMap, Options0)
View Sourcelist_resolvers_by_function(Client, ApiId, FunctionId, QueryMap, HeadersMap)
View Sourcelist_resolvers_by_function(Client, ApiId, FunctionId, QueryMap, HeadersMap, Options0)
View Sourcelist_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceAdds a new schema to your GraphQL API.
This operation is asynchronous. Use to determine when it has completed.Updates an API key.
You can update the key as long as it's not deleted.DataSource
object.
DomainName
object.
Function
object.
GraphqlApi
object.
Resolver
object.
update_resolver(Client, ApiId, FieldName, TypeName, Input0, Options0)
View SourceType
object.