getAccountSettings method
Retrieves details about your account's limits and usage in an Amazon Web Services Region.
May throw ServiceException.
May throw TooManyRequestsException.
Implementation
Future<GetAccountSettingsResponse> getAccountSettings() async {
final response = await _protocol.send(
payload: null,
method: 'GET',
requestUri: '/2016-08-19/account-settings',
exceptionFnMap: _exceptionFns,
);
return GetAccountSettingsResponse.fromJson(response);
}