describeActiveReceiptRuleSet method
Returns the metadata and receipt rules for the receipt rule set that is currently active.
For information about setting up receipt rule sets, see the Amazon SES Developer Guide.
You can execute this operation no more than once per second.
Implementation
Future<DescribeActiveReceiptRuleSetResponse>
describeActiveReceiptRuleSet() async {
final $request = <String, dynamic>{};
final $result = await _protocol.send(
$request,
action: 'DescribeActiveReceiptRuleSet',
version: '2010-12-01',
method: 'POST',
requestUri: '/',
exceptionFnMap: _exceptionFns,
shape: shapes['DescribeActiveReceiptRuleSetRequest'],
shapes: shapes,
resultWrapper: 'DescribeActiveReceiptRuleSetResult',
);
return DescribeActiveReceiptRuleSetResponse.fromXml($result);
}