enableProactiveEngagement method
Authorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support.
May throw InternalErrorException. May throw InvalidOperationException. May throw InvalidParameterException. May throw ResourceNotFoundException. May throw OptimisticLockException.
Implementation
Future<void> enableProactiveEngagement() async {
final headers = <String, String>{
'Content-Type': 'application/x-amz-json-1.1',
'X-Amz-Target': 'AWSShield_20160616.EnableProactiveEngagement'
};
await _protocol.send(
method: 'POST',
requestUri: '/',
exceptionFnMap: _exceptionFns,
// TODO queryParams
headers: headers,
);
}