getAccountSettings method
Retrieves details about your account's limits and usage in an AWS Region.
May throw TooManyRequestsException. May throw ServiceException.
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);
}