initializeService method

Future<void> initializeService()

Initialize Elastic Disaster Recovery.

May throw AccessDeniedException. May throw InternalServerException. May throw ThrottlingException. May throw ValidationException.

Implementation

Future<void> initializeService() async {
  final response = await _protocol.send(
    payload: null,
    method: 'POST',
    requestUri: '/InitializeService',
    exceptionFnMap: _exceptionFns,
  );
}