describeScalingProcessTypes method
Describes the scaling process types for use with the ResumeProcesses and SuspendProcesses APIs.
May throw ResourceContentionFault.
Implementation
Future<ProcessesType> describeScalingProcessTypes() async {
final $request = <String, dynamic>{};
final $result = await _protocol.send(
$request,
action: 'DescribeScalingProcessTypes',
version: '2011-01-01',
method: 'POST',
requestUri: '/',
exceptionFnMap: _exceptionFns,
shapes: shapes,
resultWrapper: 'DescribeScalingProcessTypesResult',
);
return ProcessesType.fromXml($result);
}