baseClient property

AWSHttpClient? baseClient

Overriding this will change the underlying send method without interferring with transformations from transformRequest and transformResponse.

Implementation

AWSHttpClient? get baseClient => null;