stopTelemetryEvaluation method

Future<void> stopTelemetryEvaluation()

This action begins offboarding the caller Amazon Web Services account from the telemetry config feature.

May throw AccessDeniedException. May throw InternalServerException. May throw TooManyRequestsException. May throw ValidationException.

Implementation

Future<void> stopTelemetryEvaluation() async {
  await _protocol.send(
    payload: null,
    method: 'POST',
    requestUri: '/StopTelemetryEvaluation',
    exceptionFnMap: _exceptionFns,
  );
}