AppSync / Client / delete_resolver
delete_resolver#
- AppSync.Client.delete_resolver(**kwargs)#
Deletes a
Resolver
object.See also: AWS API Documentation
Request Syntax
response = client.delete_resolver( apiId='string', typeName='string', fieldName='string' )
- Parameters:
apiId (string) –
[REQUIRED]
The API ID.
typeName (string) –
[REQUIRED]
The name of the resolver type.
fieldName (string) –
[REQUIRED]
The resolver field name.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
AppSync.Client.exceptions.ConcurrentModificationException
AppSync.Client.exceptions.NotFoundException
AppSync.Client.exceptions.UnauthorizedException
AppSync.Client.exceptions.InternalFailureException
AppSync.Client.exceptions.BadRequestException