clearDefaultAuthorizer method
Clears the default authorizer.
Requires permission to access the ClearDefaultAuthorizer action.
May throw InternalFailureException.
May throw InvalidRequestException.
May throw ResourceNotFoundException.
May throw ServiceUnavailableException.
May throw ThrottlingException.
May throw UnauthorizedException.
Implementation
Future<void> clearDefaultAuthorizer() async {
final response = await _protocol.send(
payload: null,
method: 'DELETE',
requestUri: '/default-authorizer',
exceptionFnMap: _exceptionFns,
);
}