describeEventConfigurations method
Describes event configurations.
May throw InternalFailureException. May throw ThrottlingException.
Implementation
Future<DescribeEventConfigurationsResponse>
describeEventConfigurations() async {
final response = await _protocol.send(
payload: null,
method: 'GET',
requestUri: '/event-configurations',
exceptionFnMap: _exceptionFns,
);
return DescribeEventConfigurationsResponse.fromJson(response);
}