disassociateDRTRole method

Future<void> disassociateDRTRole()

Removes the Shield Response Team's (SRT) access to your Amazon Web Services account.

May throw InternalErrorException. May throw InvalidOperationException. May throw OptimisticLockException. May throw ResourceNotFoundException.

Implementation

Future<void> disassociateDRTRole() async {
  final headers = <String, String>{
    'Content-Type': 'application/x-amz-json-1.1',
    'X-Amz-Target': 'AWSShield_20160616.DisassociateDRTRole'
  };
  await _protocol.send(
    method: 'POST',
    requestUri: '/',
    exceptionFnMap: _exceptionFns,
    // TODO queryParams
    headers: headers,
  );
}