getDefaultScraperConfiguration method

Future<GetDefaultScraperConfigurationResponse> getDefaultScraperConfiguration()

The GetDefaultScraperConfiguration operation returns the default scraper configuration used when Amazon EKS creates a scraper for you.

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

Implementation

Future<GetDefaultScraperConfigurationResponse>
    getDefaultScraperConfiguration() async {
  final response = await _protocol.send(
    payload: null,
    method: 'GET',
    requestUri: '/scraperconfiguration',
    exceptionFnMap: _exceptionFns,
  );
  return GetDefaultScraperConfigurationResponse.fromJson(response);
}